Shades of Buff #EDD47B
Tints of Buff #EDD47B
RGB
CMYK
RGB Variations
Color information
#EDD47B (or 0xEDD47B) is known color: Buff. HEX triplet: ED, D4 and 7B. RGB value is (237,212,123). Sum of RGB (Red+Green+Blue) = 237+212+123=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47B is #122B84. Grayscale: #D1D1D1. Windows color (decimal): -1190789 or 8115437. OLE color: 8115437.
HSL color Cylindrical-coordinate representation of color #EDD47B: hue angle of 46.84º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD47B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 123 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.07 |
| HSL | 46.84º | 0.76% | 0.71% | - |
| HSV(B) | 46.84º | 0.48% | 0.93% | - |
| XYZ | 62.04 | 66.52 | 28.31 | - |
| YUV | 209.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 123 | 0 | 0.11 | 0.48 | 0.07 | 46.84 | 0.76 | 0.71 |
| Hex | ED | D4 | 7B | 0 | B | 30 | 7 | 2F | 4C | 47 |
| Octal | 355 | 324 | 173 | 0 | 13 | 60 | 7 | 57 | 114 | 107 |
| Binary | 11101101 | 11010100 | 1111011 | 0 | 1011 | 110000 | 111 | 101111 | 1001100 | 1000111 |
Color Harmonies of #EDD47B
Complementary color
Monochromatic Colors of #EDD47B
Black with #EDD47B
Text Example
Text Example
White with #EDD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD47B; }
p { color: rgb(237,212,123); }
H1.HeaderClassName
{
color: #EDD47B;
}
.AnyTagClassName
{
color: #EDD47B;
}
</style>
background-color css
<style>
a { background-color: #EDD47B; }
a { background-color: rgb(237,212,123); }
div.DivClassName
{
background-color: #EDD47B;
}
.BgClassName
{
background-color: #EDD47B;
}
</style>
border-color css
<style>
span { border-color: #EDD47B; }
span { border-color: rgb(237,212,123); }
td.TdClassName
{
border-color: #EDD47B;
}
.TagClassName
{
border-color: #EDD47B;
}
</style>