#EEDB88

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

Shades of Flax #EEDB88

Tints of Flax #EEDB88

Color information

#EEDB88 (or 0xEEDB88) is unknown color: approx Flax. HEX triplet: EE, DB and 88. RGB value is (238,219,136). Sum of RGB (Red+Green+Blue) = 238+219+136=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB88 is #112477. Grayscale: #D7D7D7. Windows color (decimal): -1123448 or 8969198. OLE color: 8969198.

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

Color convert

RGB238219136-
CMYK00.080.430.07
HSL48.82º75%73.33%-
HSV(B)48.82º42.86%93.33%-
XYZ65.0470.6233.5-
YUV215.2283.29144.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=40.13%
G=36.93%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821913600.080.430.0748.827573.33
HexEEDB88082B7314b49
Octal35633321001053761113111
Binary1110111011011011100010000100010101111111000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB88; }

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

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

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

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

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

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

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

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