Shades of Buff #EED87F
Tints of Buff #EED87F
RGB
CMYK
RGB Variations
Color information
#EED87F (or 0xEED87F) is known color: Buff. HEX triplet: EE, D8 and 7F. RGB value is (238,216,127). Sum of RGB (Red+Green+Blue) = 238+216+127=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87F is #112780. Grayscale: #D4D4D4. Windows color (decimal): -1124225 or 8378606. OLE color: 8378606.
HSL color Cylindrical-coordinate representation of color #EED87F: hue angle of 48.11º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED87F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 127 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.11º | 0.77% | 0.72% | - |
| HSV(B) | 48.11º | 0.47% | 0.93% | - |
| XYZ | 63.65 | 68.82 | 30.01 | - |
| YUV | 212.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 127 | 0 | 0.09 | 0.47 | 0.07 | 48.11 | 0.77 | 0.72 |
| Hex | EE | D8 | 7F | 0 | 9 | 2F | 7 | 30 | 4D | 48 |
| Octal | 356 | 330 | 177 | 0 | 11 | 57 | 7 | 60 | 115 | 110 |
| Binary | 11101110 | 11011000 | 1111111 | 0 | 1001 | 101111 | 111 | 110000 | 1001101 | 1001000 |
Color Harmonies of #EED87F
Complementary color
Monochromatic Colors of #EED87F
Black with #EED87F
Text Example
Text Example
White with #EED87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED87F; }
p { color: rgb(238,216,127); }
H1.HeaderClassName
{
color: #EED87F;
}
.AnyTagClassName
{
color: #EED87F;
}
</style>
background-color css
<style>
a { background-color: #EED87F; }
a { background-color: rgb(238,216,127); }
div.DivClassName
{
background-color: #EED87F;
}
.BgClassName
{
background-color: #EED87F;
}
</style>
border-color css
<style>
span { border-color: #EED87F; }
span { border-color: rgb(238,216,127); }
td.TdClassName
{
border-color: #EED87F;
}
.TagClassName
{
border-color: #EED87F;
}
</style>