Shades of Buff #EED983
Tints of Buff #EED983
RGB
CMYK
RGB Variations
Color information
#EED983 (or 0xEED983) is known color: Buff. HEX triplet: EE, D9 and 83. RGB value is (238,217,131). Sum of RGB (Red+Green+Blue) = 238+217+131=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EED983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED983 is #11267C. Grayscale: #D5D5D5. Windows color (decimal): -1123965 or 8641006. OLE color: 8641006.
HSL color Cylindrical-coordinate representation of color #EED983: hue angle of 48.22º 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 #EED983 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 131 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 48.22º | 0.76% | 0.72% | - |
| HSV(B) | 48.22º | 0.45% | 0.93% | - |
| XYZ | 64.17 | 69.44 | 31.49 | - |
| YUV | 213.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 131 | 0 | 0.09 | 0.45 | 0.07 | 48.22 | 0.76 | 0.72 |
| Hex | EE | D9 | 83 | 0 | 9 | 2D | 7 | 30 | 4C | 48 |
| Octal | 356 | 331 | 203 | 0 | 11 | 55 | 7 | 60 | 114 | 110 |
| Binary | 11101110 | 11011001 | 10000011 | 0 | 1001 | 101101 | 111 | 110000 | 1001100 | 1001000 |
Color Harmonies of #EED983
Complementary color
Monochromatic Colors of #EED983
Black with #EED983
Text Example
Text Example
White with #EED983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED983; }
p { color: rgb(238,217,131); }
H1.HeaderClassName
{
color: #EED983;
}
.AnyTagClassName
{
color: #EED983;
}
</style>
background-color css
<style>
a { background-color: #EED983; }
a { background-color: rgb(238,217,131); }
div.DivClassName
{
background-color: #EED983;
}
.BgClassName
{
background-color: #EED983;
}
</style>
border-color css
<style>
span { border-color: #EED983; }
span { border-color: rgb(238,217,131); }
td.TdClassName
{
border-color: #EED983;
}
.TagClassName
{
border-color: #EED983;
}
</style>