#EEDB8B

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

Shades of Flax #EEDB8B

Tints of Flax #EEDB8B

Color information

#EEDB8B (or 0xEEDB8B) is unknown color: approx Flax. HEX triplet: EE, DB and 8B. RGB value is (238,219,139). Sum of RGB (Red+Green+Blue) = 238+219+139=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8B is #112474. Grayscale: #D7D7D7. Windows color (decimal): -1123445 or 9165806. OLE color: 9165806.

HSL color Cylindrical-coordinate representation of color #EEDB8B: hue angle of 48.48º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEDB8B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238219139-
CMYK00.080.420.07
HSL48.48º74.44%73.92%-
HSV(B)48.48º41.6%93.33%-
XYZ65.2570.734.63-
YUV215.5684.79144-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 139 (54.69% from 255) = 23.32%
R=39.93%
G=36.74%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821913900.080.420.0748.4874.4473.92
HexEEDB8B082A7304a4a
Octal35633321301052760112112
Binary1110111011011011100010110100010101011111000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB8B; }

 p { color: rgb(238,219,139); }

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

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

 a { background-color: rgb(238,219,139); }

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

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

 span { border-color: rgb(238,219,139); }

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