COLOR #FEE997

HEX: #FEE997
RGB: (254,233,151)

Renk bilgisi

#FEE997 contains mainly red and green colors. #FEE997 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#FEE997 color RGB value is (254,233,151).

  • kırmız ton 254;
  • yeşil ton 233;
  • mavi ton 151.
RGB:
(254,233,151)
(100%,91%,59%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 233 of 255 = 91%
B 151 of 255 = 59%

254
233
151

R + G + B ~ 83%. #FEE997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 233 + 151 = 638 (100%)
R 254 of 638 ~ 39.81%
G 233 of 638 ~ 36.52%
B 151 of 638 ~ 23.67%

%39.81
%36.52
%23.67

CMYK RENK MODELİ

#FEE997 rengi CMYK tonu (0,8,41,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.27%
  • sarı tonu 40.55%
  • ana renk tonu 0.39%
CMYK:
(0,8,41,0)
C0M8Y41K0 
(0%,8%,41%,0%)
(0.00/0.08/0.41/0.00)	

CMYK yüzdeleri

%0
%8.27
%40.55
%0.39

Codes

Color #FEE997 in popluar color models

FEE997
RGB254233151
HSL48°98.10%79.41%
HSB/HSV48°40.55%99.61%
CMYK0.00%8.27%40.55%
0.39%

Color #FEE997 in popluar number systems.

HEXFEE997
Decimal254233151
Binary111111101110100110010111
Octal376351227

Shades and tints

Shades of #FEE997

#FEE997
(254,233,151)
#E7D48A
(231,212,138)
#D0BF7D
(208,191,125)
#B9AA70
(185,170,112)
#A29563
(162,149,99)
#8B8056
(139,128,86)
#746B49
(116,107,73)
#5D563C
(93,86,60)
#46412F
(70,65,47)
#2F2C22
(47,44,34)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #FEE997

#FEE997
(254,233,151)
#FEEBA0
(254,235,160)
#FEEDA9
(254,237,169)
#FEEFB2
(254,239,178)
#FEF1BB
(254,241,187)
#FEF3C4
(254,243,196)
#FEF5CD
(254,245,205)
#FEF7D6
(254,247,214)
#FEF9DF
(254,249,223)
#FEFBE8
(254,251,232)
#FEFDF1
(254,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE997 color. Also use rgb(254,233,151) instead hex code.

Text Font Color

.myTextColor { color: #FEE997; }

<p style="color:#FEE997">This sample text font color is #FEE997.</p>

This text font color is #FEE997.


Background Color

.myBgColor { background-color: #FEE997; }

<div style="background-color:#FEE997">Inner text</div>

This div background color is #FEE997.


Border color

.myBorderColor { border: 1px solid #FEE997; }

<div style="border:3px solid #FEE997">Div</div>

This div border color is #FEE997.


Opacity

.myOpacity80 { color: #FEE997; opacity: 0.8; }

<p style="color:#FEE997;opacity:0.8;">80%</p>

Text with #FEE997 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FEE997;}

<p style="text-shadow: 3px 3px 1px #FEE997">Text here.</p>

This text has shadow with #FEE997 color.

.textShadow {text-shadow: 3px 3px 1px #FEE997, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FEE997, 5px 5px 20px red">Text here.</p>

This text has shadow with #FEE997 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEE997, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FEE997, Direction=45, Strength=4)">Text</p>

This text has shadow with #FEE997 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FEE997;
  -webkit-box-shadow:	1px 1px 3px 2px #FEE997;
  box-shadow:		1px 1px 3px 2px #FEE997;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEE997;
-webkit-box-shadow: 1px 1px 3px 2px #FEE997;
box-shadow:1px 1px 3px 2px #FEE997;">
Div content here</div>
This div box has shadow with color #FEE997.

Preview

Color preview on black background

This text has color #FEE997 on black background.


Color preview on white background

This text has color #FEE997 on white background.



Black color preview on #FEE997 background

This text has black color on #FEE997 background.


White color preview on #FEE997 background

This text has white color on #FEE997 background.