#E9D68A

Color #E9D68A Flax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flax #E9D68A

Tints of Flax #E9D68A

Color information

#E9D68A (or 0xE9D68A) is unknown color: approx Flax. HEX triplet: E9, D6 and 8A. RGB value is (233,214,138). Sum of RGB (Red+Green+Blue) = 233+214+138=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D68A is #162975. Grayscale: #D3D3D3. Windows color (decimal): -1452406 or 9098985. OLE color: 9098985.

HSL color Cylindrical-coordinate representation of color #E9D68A: hue angle of 48º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9D68A is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB233214138-
CMYK00.080.410.09
HSL48º68.35%72.75%-
HSV(B)48º40.77%91.37%-
XYZ62.2467.2533.75-
YUV211.0286.79143.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=39.83%
G=36.58%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321413800.080.410.094868.3572.75
HexE9D68A08299304449
Octal351326212010511160104111
Binary11101001110101101000101001000101001100111000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D68A; }

 p { color: rgb(233,214,138); }

 H1.HeaderClassName
 {
   color: #E9D68A;
 }
 .AnyTagClassName
 {
   color: #E9D68A;
 }
</style>
background-color css

<style>
 a { background-color: #E9D68A; }

 a { background-color: rgb(233,214,138); }

 div.DivClassName
 {
   background-color: #E9D68A;
 }
 .BgClassName
 {
   background-color: #E9D68A;
 }
</style>
border-color css

<style>
 span { border-color: #E9D68A; }

 span { border-color: rgb(233,214,138); }

 td.TdClassName
 {
   border-color: #E9D68A;
 }
 .TagClassName
 {
   border-color: #E9D68A;
 }
</style>