Shades of Buff #EDD88E
Tints of Buff #EDD88E
RGB
CMYK
RGB Variations
Color information
#EDD88E (or 0xEDD88E) is known color: Buff. HEX triplet: ED, D8 and 8E. RGB value is (237,216,142). Sum of RGB (Red+Green+Blue) = 237+216+142=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD88E is #122771. Grayscale: #D6D6D6. Windows color (decimal): -1189746 or 9361645. OLE color: 9361645.
HSL color Cylindrical-coordinate representation of color #EDD88E: hue angle of 46.74º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD88E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 142 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.07 |
| HSL | 46.74º | 0.73% | 0.74% | - |
| HSV(B) | 46.74º | 0.4% | 0.93% | - |
| XYZ | 64.36 | 69.07 | 35.53 | - |
| YUV | 213.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 142 | 0 | 0.09 | 0.40 | 0.07 | 46.74 | 0.73 | 0.74 |
| Hex | ED | D8 | 8E | 0 | 9 | 28 | 7 | 2F | 49 | 4A |
| Octal | 355 | 330 | 216 | 0 | 11 | 50 | 7 | 57 | 111 | 112 |
| Binary | 11101101 | 11011000 | 10001110 | 0 | 1001 | 101000 | 111 | 101111 | 1001001 | 1001010 |
Color Harmonies of #EDD88E
Complementary color
Monochromatic Colors of #EDD88E
Black with #EDD88E
Text Example
Text Example
White with #EDD88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD88E; }
p { color: rgb(237,216,142); }
H1.HeaderClassName
{
color: #EDD88E;
}
.AnyTagClassName
{
color: #EDD88E;
}
</style>
background-color css
<style>
a { background-color: #EDD88E; }
a { background-color: rgb(237,216,142); }
div.DivClassName
{
background-color: #EDD88E;
}
.BgClassName
{
background-color: #EDD88E;
}
</style>
border-color css
<style>
span { border-color: #EDD88E; }
span { border-color: rgb(237,216,142); }
td.TdClassName
{
border-color: #EDD88E;
}
.TagClassName
{
border-color: #EDD88E;
}
</style>