#EED578

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

Shades of Buff #EED578

Tints of Buff #EED578

Color information

#EED578 (or 0xEED578) is unknown color: approx Buff. HEX triplet: EE, D5 and 78. RGB value is (238,213,120). Sum of RGB (Red+Green+Blue) = 238+213+120=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED578 is #112A87. Grayscale: #D2D2D2. Windows color (decimal): -1125000 or 7919086. OLE color: 7919086.

HSL color Cylindrical-coordinate representation of color #EED578: hue angle of 47.29º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED578 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238213120-
CMYK00.110.500.07
HSL47.29º77.63%70.2%-
HSV(B)47.29º49.58%93.33%-
XYZ62.4467.1227.43-
YUV209.8777.28148.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 120 (47.27% from 255) = 21.02%
R=41.68%
G=37.30%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821312000.110.500.0747.2977.6370.2
HexEED5780B3272f4e46
Octal35632517001362757116106
Binary111011101101010111110000101111001011110111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED578; }

 p { color: rgb(238,213,120); }

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

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

 a { background-color: rgb(238,213,120); }

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

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

 span { border-color: rgb(238,213,120); }

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