Shades of Buff #EED982
Tints of Buff #EED982
RGB
CMYK
RGB Variations
Color information
#EED982 (or 0xEED982) is known color: Buff. HEX triplet: EE, D9 and 82. RGB value is (238,217,130). Sum of RGB (Red+Green+Blue) = 238+217+130=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED982 is #11267D. Grayscale: #D5D5D5. Windows color (decimal): -1123966 or 8575470. OLE color: 8575470.
HSL color Cylindrical-coordinate representation of color #EED982: hue angle of 48.33º 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 #EED982 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 130 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 48.33º | 0.76% | 0.72% | - |
| HSV(B) | 48.33º | 0.45% | 0.93% | - |
| XYZ | 64.1 | 69.41 | 31.14 | - |
| YUV | 213.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 130 | 0 | 0.09 | 0.45 | 0.07 | 48.33 | 0.76 | 0.72 |
| Hex | EE | D9 | 82 | 0 | 9 | 2D | 7 | 30 | 4C | 48 |
| Octal | 356 | 331 | 202 | 0 | 11 | 55 | 7 | 60 | 114 | 110 |
| Binary | 11101110 | 11011001 | 10000010 | 0 | 1001 | 101101 | 111 | 110000 | 1001100 | 1001000 |
Color Harmonies of #EED982
Complementary color
Monochromatic Colors of #EED982
Black with #EED982
Text Example
Text Example
White with #EED982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED982; }
p { color: rgb(238,217,130); }
H1.HeaderClassName
{
color: #EED982;
}
.AnyTagClassName
{
color: #EED982;
}
</style>
background-color css
<style>
a { background-color: #EED982; }
a { background-color: rgb(238,217,130); }
div.DivClassName
{
background-color: #EED982;
}
.BgClassName
{
background-color: #EED982;
}
</style>
border-color css
<style>
span { border-color: #EED982; }
span { border-color: rgb(238,217,130); }
td.TdClassName
{
border-color: #EED982;
}
.TagClassName
{
border-color: #EED982;
}
</style>