#EED888

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

Shades of Buff #EED888

Tints of Buff #EED888

Color information

#EED888 (or 0xEED888) is unknown color: approx Buff. HEX triplet: EE, D8 and 88. RGB value is (238,216,136). Sum of RGB (Red+Green+Blue) = 238+216+136=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EED888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED888 is #112777. Grayscale: #D5D5D5. Windows color (decimal): -1124216 or 8968430. OLE color: 8968430.

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

Color convert

RGB238216136-
CMYK00.090.430.07
HSL47.06º75%73.33%-
HSV(B)47.06º42.86%93.33%-
XYZ64.2669.0733.24-
YUV213.4684.29145.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 136 (53.52% from 255) = 23.05%
R=40.34%
G=36.61%
B=23.05%

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
Decimal23821613600.090.430.0747.067573.33
HexEED888092B72f4b49
Octal35633021001153757113111
Binary1110111011011000100010000100110101111110111110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED888; }

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

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

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

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

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

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

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

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