Shades of Buff #EED884
Tints of Buff #EED884
RGB
CMYK
RGB Variations
Color information
#EED884 (or 0xEED884) is known color: Buff. HEX triplet: EE, D8 and 84. RGB value is (238,216,132). Sum of RGB (Red+Green+Blue) = 238+216+132=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EED884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED884 is #11277B. Grayscale: #D5D5D5. Windows color (decimal): -1124220 or 8706286. OLE color: 8706286.
HSL color Cylindrical-coordinate representation of color #EED884: hue angle of 47.55º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED884 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 132 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 47.55º | 0.76% | 0.73% | - |
| HSV(B) | 47.55º | 0.45% | 0.93% | - |
| XYZ | 63.98 | 68.95 | 31.77 | - |
| YUV | 213 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 132 | 0 | 0.09 | 0.45 | 0.07 | 47.55 | 0.76 | 0.73 |
| Hex | EE | D8 | 84 | 0 | 9 | 2D | 7 | 30 | 4C | 49 |
| Octal | 356 | 330 | 204 | 0 | 11 | 55 | 7 | 60 | 114 | 111 |
| Binary | 11101110 | 11011000 | 10000100 | 0 | 1001 | 101101 | 111 | 110000 | 1001100 | 1001001 |
Color Harmonies of #EED884
Complementary color
Monochromatic Colors of #EED884
Black with #EED884
Text Example
Text Example
White with #EED884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED884; }
p { color: rgb(238,216,132); }
H1.HeaderClassName
{
color: #EED884;
}
.AnyTagClassName
{
color: #EED884;
}
</style>
background-color css
<style>
a { background-color: #EED884; }
a { background-color: rgb(238,216,132); }
div.DivClassName
{
background-color: #EED884;
}
.BgClassName
{
background-color: #EED884;
}
</style>
border-color css
<style>
span { border-color: #EED884; }
span { border-color: rgb(238,216,132); }
td.TdClassName
{
border-color: #EED884;
}
.TagClassName
{
border-color: #EED884;
}
</style>