#EEDB8A

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

Shades of Flax #EEDB8A

Tints of Flax #EEDB8A

Color information

#EEDB8A (or 0xEEDB8A) is unknown color: approx Flax. HEX triplet: EE, DB and 8A. RGB value is (238,219,138). Sum of RGB (Red+Green+Blue) = 238+219+138=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8A is #112475. Grayscale: #D7D7D7. Windows color (decimal): -1123446 or 9100270. OLE color: 9100270.

HSL color Cylindrical-coordinate representation of color #EEDB8A: hue angle of 48.6º degrees, saturation: 0.75, 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 #EEDB8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238219138-
CMYK00.080.420.07
HSL48.6º74.63%73.73%-
HSV(B)48.6º42.02%93.33%-
XYZ65.1870.6834.25-
YUV215.4584.29144.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=40%
G=36.81%
B=23.19%

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
Decimal23821913800.080.420.0748.674.6373.73
HexEEDB8A082A7314b4a
Octal35633321201052761113112
Binary1110111011011011100010100100010101011111000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB8A; }

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

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

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

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

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

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

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

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