Shades of Buff #EED37C
Tints of Buff #EED37C
RGB
CMYK
RGB Variations
Color information
#EED37C (or 0xEED37C) is known color: Buff. HEX triplet: EE, D3 and 7C. RGB value is (238,211,124). Sum of RGB (Red+Green+Blue) = 238+211+124=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED37C is #112C83. Grayscale: #D1D1D1. Windows color (decimal): -1125508 or 8180718. OLE color: 8180718.
HSL color Cylindrical-coordinate representation of color #EED37C: hue angle of 45.79º degrees, saturation: 0.77, 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 #EED37C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 124 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.07 |
| HSL | 45.79º | 0.77% | 0.71% | - |
| HSV(B) | 45.79º | 0.48% | 0.93% | - |
| XYZ | 62.19 | 66.22 | 28.57 | - |
| YUV | 209.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 124 | 0 | 0.11 | 0.48 | 0.07 | 45.79 | 0.77 | 0.71 |
| Hex | EE | D3 | 7C | 0 | B | 30 | 7 | 2E | 4D | 47 |
| Octal | 356 | 323 | 174 | 0 | 13 | 60 | 7 | 56 | 115 | 107 |
| Binary | 11101110 | 11010011 | 1111100 | 0 | 1011 | 110000 | 111 | 101110 | 1001101 | 1000111 |
Color Harmonies of #EED37C
Complementary color
Monochromatic Colors of #EED37C
Black with #EED37C
Text Example
Text Example
White with #EED37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED37C; }
p { color: rgb(238,211,124); }
H1.HeaderClassName
{
color: #EED37C;
}
.AnyTagClassName
{
color: #EED37C;
}
</style>
background-color css
<style>
a { background-color: #EED37C; }
a { background-color: rgb(238,211,124); }
div.DivClassName
{
background-color: #EED37C;
}
.BgClassName
{
background-color: #EED37C;
}
</style>
border-color css
<style>
span { border-color: #EED37C; }
span { border-color: rgb(238,211,124); }
td.TdClassName
{
border-color: #EED37C;
}
.TagClassName
{
border-color: #EED37C;
}
</style>