Shades of Buff #EDD58C
Tints of Buff #EDD58C
RGB
CMYK
RGB Variations
Color information
#EDD58C (or 0xEDD58C) is known color: Buff. HEX triplet: ED, D5 and 8C. RGB value is (237,213,140). Sum of RGB (Red+Green+Blue) = 237+213+140=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD58C is #122A73. Grayscale: #D4D4D4. Windows color (decimal): -1190516 or 9229805. OLE color: 9229805.
HSL color Cylindrical-coordinate representation of color #EDD58C: hue angle of 45.15º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDD58C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 140 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45.15º | 0.73% | 0.74% | - |
| HSV(B) | 45.15º | 0.41% | 0.93% | - |
| XYZ | 63.45 | 67.49 | 34.49 | - |
| YUV | 211.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 140 | 0 | 0.10 | 0.41 | 0.07 | 45.15 | 0.73 | 0.74 |
| Hex | ED | D5 | 8C | 0 | A | 29 | 7 | 2D | 49 | 4A |
| Octal | 355 | 325 | 214 | 0 | 12 | 51 | 7 | 55 | 111 | 112 |
| Binary | 11101101 | 11010101 | 10001100 | 0 | 1010 | 101001 | 111 | 101101 | 1001001 | 1001010 |
Color Harmonies of #EDD58C
Complementary color
Monochromatic Colors of #EDD58C
Black with #EDD58C
Text Example
Text Example
White with #EDD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD58C; }
p { color: rgb(237,213,140); }
H1.HeaderClassName
{
color: #EDD58C;
}
.AnyTagClassName
{
color: #EDD58C;
}
</style>
background-color css
<style>
a { background-color: #EDD58C; }
a { background-color: rgb(237,213,140); }
div.DivClassName
{
background-color: #EDD58C;
}
.BgClassName
{
background-color: #EDD58C;
}
</style>
border-color css
<style>
span { border-color: #EDD58C; }
span { border-color: rgb(237,213,140); }
td.TdClassName
{
border-color: #EDD58C;
}
.TagClassName
{
border-color: #EDD58C;
}
</style>