COLOR #FFE66B

HEX: #FFE66B
RGB: (255,230,107)

Color info

#FFE66B contains mainly red and green colors. Web safe color of #FFE66B is #FFCC66 (or #FC6).

RGB color model

#FFE66B color RGB value is (255,230,107).

  • red value is 255;
  • green value is 230;
  • blue value is 107.
RGB:
(255,230,107)
(100%,90%,42%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 107 of 255 = 42%

255
230
107

R + G + B ~ 77%. #FFE66B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 107 = 592 (100%)
R 255 of 592 ~ 43.07%
G 230 of 592 ~ 38.85%
B 107 of 592 ~ 18.07%

%43.07
%38.85
%18.07

CMYK color model

#FFE66B color CMYK value is (0,10,58,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 58.04%
  • key color value is 0.00%
CMYK:
(0,10,58,0)
C0M10Y58K0 
(0%,10%,58%,0%)
(0.00/0.10/0.58/0.00)	

CMYK percentages

%0
%9.8
%58.04
%0

Codes

Color #FFE66B in popluar color models

FFE66B
RGB255230107
HSL50°100.00%70.98%
HSB/HSV50°58.04%100.00%
CMYK0.00%9.80%58.04%
0.00%

Color #FFE66B in popluar number systems.

HEXFFE66B
Decimal255230107
Binary11111111111001101101011
Octal377346153

Shades and tints

Shades of #FFE66B

#FFE66B
(255,230,107)
#E8D262
(232,210,98)
#D1BE59
(209,190,89)
#BAAA50
(186,170,80)
#A39647
(163,150,71)
#8C823E
(140,130,62)
#756E35
(117,110,53)
#5E5A2C
(94,90,44)
#474623
(71,70,35)
#30321A
(48,50,26)
#191E11
(25,30,17)
#000000
(0,0,0)

Tints of #FFE66B

#FFE66B
(255,230,107)
#FFE878
(255,232,120)
#FFEA85
(255,234,133)
#FFEC92
(255,236,146)
#FFEE9F
(255,238,159)
#FFF0AC
(255,240,172)
#FFF2B9
(255,242,185)
#FFF4C6
(255,244,198)
#FFF6D3
(255,246,211)
#FFF8E0
(255,248,224)
#FFFAED
(255,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE66B color. Also use rgb(255,230,107) instead hex code.

Text Font Color

.myTextColor { color: #FFE66B; }

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

This text font color is #FFE66B.


Background Color

.myBgColor { background-color: #FFE66B; }

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

This div background color is #FFE66B.


Border color

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

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

This div border color is #FFE66B.


Opacity

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

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

Text with #FFE66B 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 #FFE66B;}

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

This text has shadow with #FFE66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE66B on black background.


Color preview on white background

This text has color #FFE66B on white background.



Black color preview on #FFE66B background

This text has black color on #FFE66B background.


White color preview on #FFE66B background

This text has white color on #FFE66B background.