COLOR #FFE96D

HEX: #FFE96D RGB: (255,233,109)

Color info

#FFE96D contains mainly red and green colors. Web safe color of #FFE96D is #FFFF66 (or #FF6).

RGB color model

#FFE96D color RGB value is (255,233,109).

RGB: (255,233,109) (100%, 91%, 43%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 109 of 255 = 43%

255
233
109

R + G + B ~ 78%. #FFE96D is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 233 + 109 = 597 (100%)
R 255 of 597 ~ 42.71%
G 233 of 597 ~ 39.03%
B 109 of 597 ~ 18.26'%

%42.71
%39.03
%18.26

CMYK color model

#FFE96D color CMYK value is (0,9,57,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 57.25%
  • key color value is 0.00%

CMYK: (0,9,57,0)
C0M9Y57K0 (0%, 9%, 57%, 0%)
(0.00 / 0.09 / 0.57 / 0.00)

CMYK percentages

%0
%8.63
%57.25
%0

Codes

Color #FFE96D in popluar color models

FF E9 6D
RGB 255 233 109
HSL 51° 100.00% 71.37%
HSB/HSV 51° 57.25% 100.00%
CMYK 0.00% 8.63% 57.25%
0.00%

Color #FFE96D in popluar number systems.

HEX FF E9 6D
Decimal 255 233 109
Binary 11111111 11101001 1101101
Octal 377 351 155

Shades and tints

Shades of #FFE96D

#FFE96D
(255,233,109)
#E8D464
(232,212,100)
#D1BF5B
(209,191,91)
#BAAA52
(186,170,82)
#A39549
(163,149,73)
#8C8040
(140,128,64)
#756B37
(117,107,55)
#5E562E
(94,86,46)
#474125
(71,65,37)
#302C1C
(48,44,28)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #FFE96D

#FFE96D
(255,233,109)
#FFEB7A
(255,235,122)
#FFED87
(255,237,135)
#FFEF94
(255,239,148)
#FFF1A1
(255,241,161)
#FFF3AE
(255,243,174)
#FFF5BB
(255,245,187)
#FFF7C8
(255,247,200)
#FFF9D5
(255,249,213)
#FFFBE2
(255,251,226)
#FFFDEF
(255,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE96D color. Also use rgb(255,233,109) instead hex code.

Text Font Color

.myTextColor { color: #FFE96D; }

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

This text font color is #FFE96D.

Background Color

.myBgColor { background-color: #FFE96D; }

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

This div background color is #FFE96D.

Border color

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

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

This div border color is #FFE96D.

Opacity

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

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

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

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

This text has shadow with #FFE96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE96D.

Preview

Color preview on black background

This text has color #FFE96D on black background.


Color preview on white background

This text has color #FFE96D on white background.


Black color preview on #FFE96D background

This text has black color on #FFE96D background.


White color preview on #FFE96D background

This text has white color on #FFE96D background.


Related colors

Complementary color

Complementary color for #hex is #001692.


I love getcolorcode.com

Gradients

Color #FFE96D is used in Stil De Grain Yellow gradient.

Stil De Grain Yellow


Triadic colors

1 #6DFFE9 and #E96DFF with #FFE96D are triadic colors.

2 #6DE9FF and #E9FF6D with #FFE96D are triadic colors.