Shades of Buff #EDD47A
Tints of Buff #EDD47A
RGB
CMYK
RGB Variations
Color information
#EDD47A (or 0xEDD47A) is known color: Buff. HEX triplet: ED, D4 and 7A. RGB value is (237,212,122). Sum of RGB (Red+Green+Blue) = 237+212+122=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47A is #122B85. Grayscale: #D1D1D1. Windows color (decimal): -1190790 or 8049901. OLE color: 8049901.
HSL color Cylindrical-coordinate representation of color #EDD47A: hue angle of 46.96º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD47A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 122 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.07 |
| HSL | 46.96º | 0.76% | 0.7% | - |
| HSV(B) | 46.96º | 0.49% | 0.93% | - |
| XYZ | 61.98 | 66.5 | 27.98 | - |
| YUV | 209.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 122 | 0 | 0.11 | 0.49 | 0.07 | 46.96 | 0.76 | 0.7 |
| Hex | ED | D4 | 7A | 0 | B | 31 | 7 | 2F | 4C | 46 |
| Octal | 355 | 324 | 172 | 0 | 13 | 61 | 7 | 57 | 114 | 106 |
| Binary | 11101101 | 11010100 | 1111010 | 0 | 1011 | 110001 | 111 | 101111 | 1001100 | 1000110 |
Color Harmonies of #EDD47A
Complementary color
Monochromatic Colors of #EDD47A
Black with #EDD47A
Text Example
Text Example
White with #EDD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD47A; }
p { color: rgb(237,212,122); }
H1.HeaderClassName
{
color: #EDD47A;
}
.AnyTagClassName
{
color: #EDD47A;
}
</style>
background-color css
<style>
a { background-color: #EDD47A; }
a { background-color: rgb(237,212,122); }
div.DivClassName
{
background-color: #EDD47A;
}
.BgClassName
{
background-color: #EDD47A;
}
</style>
border-color css
<style>
span { border-color: #EDD47A; }
span { border-color: rgb(237,212,122); }
td.TdClassName
{
border-color: #EDD47A;
}
.TagClassName
{
border-color: #EDD47A;
}
</style>