Shades of Buff #EDD47F
Tints of Buff #EDD47F
RGB
CMYK
RGB Variations
Color information
#EDD47F (or 0xEDD47F) is known color: Buff. HEX triplet: ED, D4 and 7F. RGB value is (237,212,127). Sum of RGB (Red+Green+Blue) = 237+212+127=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47F is #122B80. Grayscale: #D2D2D2. Windows color (decimal): -1190785 or 8377581. OLE color: 8377581.
HSL color Cylindrical-coordinate representation of color #EDD47F: hue angle of 46.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDD47F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 127 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.07 |
| HSL | 46.36º | 0.75% | 0.71% | - |
| HSV(B) | 46.36º | 0.46% | 0.93% | - |
| XYZ | 62.3 | 66.62 | 29.65 | - |
| YUV | 209.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 127 | 0 | 0.11 | 0.46 | 0.07 | 46.36 | 0.75 | 0.71 |
| Hex | ED | D4 | 7F | 0 | B | 2E | 7 | 2E | 4B | 47 |
| Octal | 355 | 324 | 177 | 0 | 13 | 56 | 7 | 56 | 113 | 107 |
| Binary | 11101101 | 11010100 | 1111111 | 0 | 1011 | 101110 | 111 | 101110 | 1001011 | 1000111 |
Color Harmonies of #EDD47F
Complementary color
Monochromatic Colors of #EDD47F
Black with #EDD47F
Text Example
Text Example
White with #EDD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD47F; }
p { color: rgb(237,212,127); }
H1.HeaderClassName
{
color: #EDD47F;
}
.AnyTagClassName
{
color: #EDD47F;
}
</style>
background-color css
<style>
a { background-color: #EDD47F; }
a { background-color: rgb(237,212,127); }
div.DivClassName
{
background-color: #EDD47F;
}
.BgClassName
{
background-color: #EDD47F;
}
</style>
border-color css
<style>
span { border-color: #EDD47F; }
span { border-color: rgb(237,212,127); }
td.TdClassName
{
border-color: #EDD47F;
}
.TagClassName
{
border-color: #EDD47F;
}
</style>