Shades of Buff #EED88E
Tints of Buff #EED88E
RGB
CMYK
RGB Variations
Color information
#EED88E (or 0xEED88E) is known color: Buff. HEX triplet: EE, D8 and 8E. RGB value is (238,216,142). Sum of RGB (Red+Green+Blue) = 238+216+142=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED88E is #112771. Grayscale: #D6D6D6. Windows color (decimal): -1124210 or 9361646. OLE color: 9361646.
HSL color Cylindrical-coordinate representation of color #EED88E: hue angle of 46.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED88E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 142 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.07 |
| HSL | 46.25º | 0.74% | 0.75% | - |
| HSV(B) | 46.25º | 0.4% | 0.93% | - |
| XYZ | 64.7 | 69.24 | 35.55 | - |
| YUV | 214.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 142 | 0 | 0.09 | 0.40 | 0.07 | 46.25 | 0.74 | 0.75 |
| Hex | EE | D8 | 8E | 0 | 9 | 28 | 7 | 2E | 4A | 4B |
| Octal | 356 | 330 | 216 | 0 | 11 | 50 | 7 | 56 | 112 | 113 |
| Binary | 11101110 | 11011000 | 10001110 | 0 | 1001 | 101000 | 111 | 101110 | 1001010 | 1001011 |
Color Harmonies of #EED88E
Complementary color
Monochromatic Colors of #EED88E
Black with #EED88E
Text Example
Text Example
White with #EED88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED88E; }
p { color: rgb(238,216,142); }
H1.HeaderClassName
{
color: #EED88E;
}
.AnyTagClassName
{
color: #EED88E;
}
</style>
background-color css
<style>
a { background-color: #EED88E; }
a { background-color: rgb(238,216,142); }
div.DivClassName
{
background-color: #EED88E;
}
.BgClassName
{
background-color: #EED88E;
}
</style>
border-color css
<style>
span { border-color: #EED88E; }
span { border-color: rgb(238,216,142); }
td.TdClassName
{
border-color: #EED88E;
}
.TagClassName
{
border-color: #EED88E;
}
</style>