#EED988

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

Shades of Buff #EED988

Tints of Buff #EED988

Color information

#EED988 (or 0xEED988) is unknown color: approx Buff. HEX triplet: EE, D9 and 88. RGB value is (238,217,136). Sum of RGB (Red+Green+Blue) = 238+217+136=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED988 is #112677. Grayscale: #D6D6D6. Windows color (decimal): -1123960 or 8968686. OLE color: 8968686.

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

Color convert

RGB238217136-
CMYK00.090.430.07
HSL47.65º75%73.33%-
HSV(B)47.65º42.86%93.33%-
XYZ64.5269.5833.32-
YUV214.0483.96145.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 136 (53.52% from 255) = 23.01%
R=40.27%
G=36.72%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821713600.090.430.0747.657573.33
HexEED988092B7304b49
Octal35633121001153760113111
Binary1110111011011001100010000100110101111111000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED988; }

 p { color: rgb(238,217,136); }

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

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

 a { background-color: rgb(238,217,136); }

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

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

 span { border-color: rgb(238,217,136); }

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