Shades of Buff #EDD27C
Tints of Buff #EDD27C
RGB
CMYK
RGB Variations
Color information
#EDD27C (or 0xEDD27C) is known color: Buff. HEX triplet: ED, D2 and 7C. RGB value is (237,210,124). Sum of RGB (Red+Green+Blue) = 237+210+124=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD27C is #122D83. Grayscale: #D0D0D0. Windows color (decimal): -1191300 or 8180461. OLE color: 8180461.
HSL color Cylindrical-coordinate representation of color #EDD27C: hue angle of 45.66º 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 #EDD27C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 124 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.07 |
| HSL | 45.66º | 0.76% | 0.71% | - |
| HSV(B) | 45.66º | 0.48% | 0.93% | - |
| XYZ | 61.61 | 65.55 | 28.47 | - |
| YUV | 208.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 124 | 0 | 0.11 | 0.48 | 0.07 | 45.66 | 0.76 | 0.71 |
| Hex | ED | D2 | 7C | 0 | B | 30 | 7 | 2E | 4C | 47 |
| Octal | 355 | 322 | 174 | 0 | 13 | 60 | 7 | 56 | 114 | 107 |
| Binary | 11101101 | 11010010 | 1111100 | 0 | 1011 | 110000 | 111 | 101110 | 1001100 | 1000111 |
Color Harmonies of #EDD27C
Complementary color
Monochromatic Colors of #EDD27C
Black with #EDD27C
Text Example
Text Example
White with #EDD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD27C; }
p { color: rgb(237,210,124); }
H1.HeaderClassName
{
color: #EDD27C;
}
.AnyTagClassName
{
color: #EDD27C;
}
</style>
background-color css
<style>
a { background-color: #EDD27C; }
a { background-color: rgb(237,210,124); }
div.DivClassName
{
background-color: #EDD27C;
}
.BgClassName
{
background-color: #EDD27C;
}
</style>
border-color css
<style>
span { border-color: #EDD27C; }
span { border-color: rgb(237,210,124); }
td.TdClassName
{
border-color: #EDD27C;
}
.TagClassName
{
border-color: #EDD27C;
}
</style>