Shades of Buff #EDD58E
Tints of Buff #EDD58E
RGB
CMYK
RGB Variations
Color information
#EDD58E (or 0xEDD58E) is known color: Buff. HEX triplet: ED, D5 and 8E. RGB value is (237,213,142). Sum of RGB (Red+Green+Blue) = 237+213+142=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD58E is #122A71. Grayscale: #D4D4D4. Windows color (decimal): -1190514 or 9360877. OLE color: 9360877.
HSL color Cylindrical-coordinate representation of color #EDD58E: hue angle of 44.84º 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 #EDD58E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 142 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.07 |
| HSL | 44.84º | 0.73% | 0.74% | - |
| HSV(B) | 44.84º | 0.4% | 0.93% | - |
| XYZ | 63.6 | 67.55 | 35.28 | - |
| YUV | 212.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 142 | 0 | 0.10 | 0.40 | 0.07 | 44.84 | 0.73 | 0.74 |
| Hex | ED | D5 | 8E | 0 | A | 28 | 7 | 2D | 49 | 4A |
| Octal | 355 | 325 | 216 | 0 | 12 | 50 | 7 | 55 | 111 | 112 |
| Binary | 11101101 | 11010101 | 10001110 | 0 | 1010 | 101000 | 111 | 101101 | 1001001 | 1001010 |
Color Harmonies of #EDD58E
Complementary color
Monochromatic Colors of #EDD58E
Black with #EDD58E
Text Example
Text Example
White with #EDD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD58E; }
p { color: rgb(237,213,142); }
H1.HeaderClassName
{
color: #EDD58E;
}
.AnyTagClassName
{
color: #EDD58E;
}
</style>
background-color css
<style>
a { background-color: #EDD58E; }
a { background-color: rgb(237,213,142); }
div.DivClassName
{
background-color: #EDD58E;
}
.BgClassName
{
background-color: #EDD58E;
}
</style>
border-color css
<style>
span { border-color: #EDD58E; }
span { border-color: rgb(237,213,142); }
td.TdClassName
{
border-color: #EDD58E;
}
.TagClassName
{
border-color: #EDD58E;
}
</style>