Shades of Buff #EED882
Tints of Buff #EED882
RGB
CMYK
RGB Variations
Color information
#EED882 (or 0xEED882) is known color: Buff. HEX triplet: EE, D8 and 82. RGB value is (238,216,130). Sum of RGB (Red+Green+Blue) = 238+216+130=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED882 is #11277D. Grayscale: #D5D5D5. Windows color (decimal): -1124222 or 8575214. OLE color: 8575214.
HSL color Cylindrical-coordinate representation of color #EED882: hue angle of 47.78º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED882 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 130 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 47.78º | 0.76% | 0.72% | - |
| HSV(B) | 47.78º | 0.45% | 0.93% | - |
| XYZ | 63.85 | 68.9 | 31.05 | - |
| YUV | 212.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 130 | 0 | 0.09 | 0.45 | 0.07 | 47.78 | 0.76 | 0.72 |
| Hex | EE | D8 | 82 | 0 | 9 | 2D | 7 | 30 | 4C | 48 |
| Octal | 356 | 330 | 202 | 0 | 11 | 55 | 7 | 60 | 114 | 110 |
| Binary | 11101110 | 11011000 | 10000010 | 0 | 1001 | 101101 | 111 | 110000 | 1001100 | 1001000 |
Color Harmonies of #EED882
Complementary color
Monochromatic Colors of #EED882
Black with #EED882
Text Example
Text Example
White with #EED882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED882; }
p { color: rgb(238,216,130); }
H1.HeaderClassName
{
color: #EED882;
}
.AnyTagClassName
{
color: #EED882;
}
</style>
background-color css
<style>
a { background-color: #EED882; }
a { background-color: rgb(238,216,130); }
div.DivClassName
{
background-color: #EED882;
}
.BgClassName
{
background-color: #EED882;
}
</style>
border-color css
<style>
span { border-color: #EED882; }
span { border-color: rgb(238,216,130); }
td.TdClassName
{
border-color: #EED882;
}
.TagClassName
{
border-color: #EED882;
}
</style>