#E9D68E

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

Shades of Flax #E9D68E

Tints of Flax #E9D68E

Color information

#E9D68E (or 0xE9D68E) is unknown color: approx Flax. HEX triplet: E9, D6 and 8E. RGB value is (233,214,142). Sum of RGB (Red+Green+Blue) = 233+214+142=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D68E is #162971. Grayscale: #D3D3D3. Windows color (decimal): -1452402 or 9361129. OLE color: 9361129.

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

Color convert

RGB233214142-
CMYK00.080.390.09
HSL47.47º67.41%73.53%-
HSV(B)47.47º39.06%91.37%-
XYZ62.5367.3735.3-
YUV211.4788.79143.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=39.56%
G=36.33%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321414200.080.390.0947.4767.4173.53
HexE9D68E082792f434a
Octal351326216010471157103112
Binary11101001110101101000111001000100111100110111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D68E; }

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

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

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

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

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

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

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

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