#EED986

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

Shades of Buff #EED986

Tints of Buff #EED986

Color information

#EED986 (or 0xEED986) is unknown color: approx Buff. HEX triplet: EE, D9 and 86. RGB value is (238,217,134). Sum of RGB (Red+Green+Blue) = 238+217+134=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED986 is #112679. Grayscale: #D6D6D6. Windows color (decimal): -1123962 or 8837614. OLE color: 8837614.

HSL color Cylindrical-coordinate representation of color #EED986: hue angle of 47.88º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EED986 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238217134-
CMYK00.090.440.07
HSL47.88º75.36%72.94%-
HSV(B)47.88º43.7%93.33%-
XYZ64.3869.5232.58-
YUV213.8282.96145.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 134 (52.73% from 255) = 22.75%
R=40.41%
G=36.84%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821713400.090.440.0747.8875.3672.94
HexEED986092C7304b49
Octal35633120601154760113111
Binary1110111011011001100001100100110110011111000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED986; }

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

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

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

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

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

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

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

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