#EEDA89

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

Shades of Buff #EEDA89

Tints of Buff #EEDA89

Color information

#EEDA89 (or 0xEEDA89) is unknown color: approx Buff. HEX triplet: EE, DA and 89. RGB value is (238,218,137). Sum of RGB (Red+Green+Blue) = 238+218+137=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA89 is #112576. Grayscale: #D7D7D7. Windows color (decimal): -1123703 or 9034478. OLE color: 9034478.

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

Color convert

RGB238218137-
CMYK00.080.420.07
HSL48.12º74.81%73.53%-
HSV(B)48.12º42.44%93.33%-
XYZ64.8570.1333.78-
YUV214.7584.13144.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 137 (53.91% from 255) = 23.10%
R=40.13%
G=36.76%
B=23.10%

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
Decimal23821813700.080.420.0748.1274.8173.53
HexEEDA89082A7304b4a
Octal35633221101052760113112
Binary1110111011011010100010010100010101011111000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA89; }

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

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

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

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

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

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

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

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