#EEDB8E

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

Shades of Buff #EEDB8E

Tints of Buff #EEDB8E

Color information

#EEDB8E (or 0xEEDB8E) is unknown color: approx Buff. HEX triplet: EE, DB and 8E. RGB value is (238,219,142). Sum of RGB (Red+Green+Blue) = 238+219+142=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8E is #112471. Grayscale: #D8D8D8. Windows color (decimal): -1123442 or 9362414. OLE color: 9362414.

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

Color convert

RGB238219142-
CMYK00.080.400.07
HSL48.12º73.85%74.51%-
HSV(B)48.12º40.34%93.33%-
XYZ65.4770.7935.8-
YUV215.986.29143.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 142 (55.86% from 255) = 23.71%
R=39.73%
G=36.56%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821914200.080.400.0748.1273.8574.51
HexEEDB8E08287304a4b
Octal35633321601050760112113
Binary1110111011011011100011100100010100011111000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB8E; }

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

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

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

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

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

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

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

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