Shades of Buff #EDD27A
Tints of Buff #EDD27A
RGB
CMYK
RGB Variations
Color information
#EDD27A (or 0xEDD27A) is known color: Buff. HEX triplet: ED, D2 and 7A. RGB value is (237,210,122). Sum of RGB (Red+Green+Blue) = 237+210+122=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD27A is #122D85. Grayscale: #D0D0D0. Windows color (decimal): -1191302 or 8049389. OLE color: 8049389.
HSL color Cylindrical-coordinate representation of color #EDD27A: hue angle of 45.91º 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 #EDD27A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 122 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.07 |
| HSL | 45.91º | 0.76% | 0.7% | - |
| HSV(B) | 45.91º | 0.49% | 0.93% | - |
| XYZ | 61.48 | 65.5 | 27.82 | - |
| YUV | 208.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 122 | 0 | 0.11 | 0.49 | 0.07 | 45.91 | 0.76 | 0.7 |
| Hex | ED | D2 | 7A | 0 | B | 31 | 7 | 2E | 4C | 46 |
| Octal | 355 | 322 | 172 | 0 | 13 | 61 | 7 | 56 | 114 | 106 |
| Binary | 11101101 | 11010010 | 1111010 | 0 | 1011 | 110001 | 111 | 101110 | 1001100 | 1000110 |
Color Harmonies of #EDD27A
Complementary color
Monochromatic Colors of #EDD27A
Black with #EDD27A
Text Example
Text Example
White with #EDD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD27A; }
p { color: rgb(237,210,122); }
H1.HeaderClassName
{
color: #EDD27A;
}
.AnyTagClassName
{
color: #EDD27A;
}
</style>
background-color css
<style>
a { background-color: #EDD27A; }
a { background-color: rgb(237,210,122); }
div.DivClassName
{
background-color: #EDD27A;
}
.BgClassName
{
background-color: #EDD27A;
}
</style>
border-color css
<style>
span { border-color: #EDD27A; }
span { border-color: rgb(237,210,122); }
td.TdClassName
{
border-color: #EDD27A;
}
.TagClassName
{
border-color: #EDD27A;
}
</style>