Shades of Buff #EED883
Tints of Buff #EED883
RGB
CMYK
RGB Variations
Color information
#EED883 (or 0xEED883) is known color: Buff. HEX triplet: EE, D8 and 83. RGB value is (238,216,131). Sum of RGB (Red+Green+Blue) = 238+216+131=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED883 is #11277C. Grayscale: #D5D5D5. Windows color (decimal): -1124221 or 8640750. OLE color: 8640750.
HSL color Cylindrical-coordinate representation of color #EED883: hue angle of 47.66º 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 #EED883 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 131 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 47.66º | 0.76% | 0.72% | - |
| HSV(B) | 47.66º | 0.45% | 0.93% | - |
| XYZ | 63.91 | 68.93 | 31.41 | - |
| YUV | 212.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 131 | 0 | 0.09 | 0.45 | 0.07 | 47.66 | 0.76 | 0.72 |
| Hex | EE | D8 | 83 | 0 | 9 | 2D | 7 | 30 | 4C | 48 |
| Octal | 356 | 330 | 203 | 0 | 11 | 55 | 7 | 60 | 114 | 110 |
| Binary | 11101110 | 11011000 | 10000011 | 0 | 1001 | 101101 | 111 | 110000 | 1001100 | 1001000 |
Color Harmonies of #EED883
Complementary color
Monochromatic Colors of #EED883
Black with #EED883
Text Example
Text Example
White with #EED883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED883; }
p { color: rgb(238,216,131); }
H1.HeaderClassName
{
color: #EED883;
}
.AnyTagClassName
{
color: #EED883;
}
</style>
background-color css
<style>
a { background-color: #EED883; }
a { background-color: rgb(238,216,131); }
div.DivClassName
{
background-color: #EED883;
}
.BgClassName
{
background-color: #EED883;
}
</style>
border-color css
<style>
span { border-color: #EED883; }
span { border-color: rgb(238,216,131); }
td.TdClassName
{
border-color: #EED883;
}
.TagClassName
{
border-color: #EED883;
}
</style>