#EED889

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

Shades of Buff #EED889

Tints of Buff #EED889

Color information

#EED889 (or 0xEED889) is unknown color: approx Buff. HEX triplet: EE, D8 and 89. RGB value is (238,216,137). Sum of RGB (Red+Green+Blue) = 238+216+137=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 137 (53.91% from 255 or 23.18% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED889 is #112776. Grayscale: #D5D5D5. Windows color (decimal): -1124215 or 9033966. OLE color: 9033966.

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

Color convert

RGB238216137-
CMYK00.090.420.07
HSL46.93º74.81%73.53%-
HSV(B)46.93º42.44%93.33%-
XYZ64.3369.133.61-
YUV213.5784.79145.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 137 (53.91% from 255) = 23.18%
R=40.27%
G=36.55%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821613700.090.420.0746.9374.8173.53
HexEED889092A72f4b4a
Octal35633021101152757113112
Binary1110111011011000100010010100110101011110111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED889; }

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

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

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

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

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

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

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

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