Shades of Buff #EED578
Tints of Buff #EED578
RGB
CMYK
RGB Variations
Color information
#EED578 (or 0xEED578) is known color: 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
| RGB | 238 | 213 | 120 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.07 |
| HSL | 47.29º | 0.78% | 0.7% | - |
| HSV(B) | 47.29º | 0.5% | 0.93% | - |
| XYZ | 62.44 | 67.12 | 27.43 | - |
| YUV | 209.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 120 | 0 | 0.11 | 0.50 | 0.07 | 47.29 | 0.78 | 0.7 |
| Hex | EE | D5 | 78 | 0 | B | 32 | 7 | 2F | 4E | 46 |
| Octal | 356 | 325 | 170 | 0 | 13 | 62 | 7 | 57 | 116 | 106 |
| Binary | 11101110 | 11010101 | 1111000 | 0 | 1011 | 110010 | 111 | 101111 | 1001110 | 1000110 |
Color Harmonies of #EED578
Complementary color
Monochromatic Colors of #EED578
Black with #EED578
Text Example
Text Example
White with #EED578
Text Example
Text Example
HTML Codes & Css Web 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>