#EEDA87

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

Shades of Buff #EEDA87

Tints of Buff #EEDA87

Color information

#EEDA87 (or 0xEEDA87) is unknown color: approx Buff. HEX triplet: EE, DA and 87. RGB value is (238,218,135). Sum of RGB (Red+Green+Blue) = 238+218+135=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA87 is #112578. Grayscale: #D6D6D6. Windows color (decimal): -1123705 or 8903406. OLE color: 8903406.

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

Color convert

RGB238218135-
CMYK00.080.430.07
HSL48.35º75.18%73.14%-
HSV(B)48.35º43.28%93.33%-
XYZ64.770.0733.04-
YUV214.5283.13144.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 135 (53.12% from 255) = 22.84%
R=40.27%
G=36.89%
B=22.84%

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
Decimal23821813500.080.430.0748.3575.1873.14
HexEEDA87082B7304b49
Octal35633220701053760113111
Binary1110111011011010100001110100010101111111000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA87; }

 p { color: rgb(238,218,135); }

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

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

 a { background-color: rgb(238,218,135); }

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

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

 span { border-color: rgb(238,218,135); }

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