#EED387

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

Shades of Buff #EED387

Tints of Buff #EED387

Color information

#EED387 (or 0xEED387) is unknown color: approx Buff. HEX triplet: EE, D3 and 87. RGB value is (238,211,135). Sum of RGB (Red+Green+Blue) = 238+211+135=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 135 (53.12% from 255 or 23.12% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED387 is #112C78. Grayscale: #D2D2D2. Windows color (decimal): -1125497 or 8901614. OLE color: 8901614.

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

Color convert

RGB238211135-
CMYK00.110.430.07
HSL44.27º75.18%73.14%-
HSV(B)44.27º43.28%93.33%-
XYZ62.9366.5132.44-
YUV210.4185.45147.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 135 (53.12% from 255) = 23.12%
R=40.75%
G=36.13%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821113500.110.430.0744.2775.1873.14
HexEED3870B2B72c4b49
Octal35632320701353754113111
Binary1110111011010011100001110101110101111110110010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED387; }

 p { color: rgb(238,211,135); }

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

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

 a { background-color: rgb(238,211,135); }

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

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

 span { border-color: rgb(238,211,135); }

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