Shades of Buff #EED37F
Tints of Buff #EED37F
RGB
CMYK
RGB Variations
Color information
#EED37F (or 0xEED37F) is known color: Buff. HEX triplet: EE, D3 and 7F. RGB value is (238,211,127). Sum of RGB (Red+Green+Blue) = 238+211+127=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED37F is #112C80. Grayscale: #D1D1D1. Windows color (decimal): -1125505 or 8377326. OLE color: 8377326.
HSL color Cylindrical-coordinate representation of color #EED37F: hue angle of 45.41º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED37F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 127 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.07 |
| HSL | 45.41º | 0.77% | 0.72% | - |
| HSV(B) | 45.41º | 0.47% | 0.93% | - |
| XYZ | 62.38 | 66.3 | 29.59 | - |
| YUV | 209.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 127 | 0 | 0.11 | 0.47 | 0.07 | 45.41 | 0.77 | 0.72 |
| Hex | EE | D3 | 7F | 0 | B | 2F | 7 | 2D | 4D | 48 |
| Octal | 356 | 323 | 177 | 0 | 13 | 57 | 7 | 55 | 115 | 110 |
| Binary | 11101110 | 11010011 | 1111111 | 0 | 1011 | 101111 | 111 | 101101 | 1001101 | 1001000 |
Color Harmonies of #EED37F
Complementary color
Monochromatic Colors of #EED37F
Black with #EED37F
Text Example
Text Example
White with #EED37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED37F; }
p { color: rgb(238,211,127); }
H1.HeaderClassName
{
color: #EED37F;
}
.AnyTagClassName
{
color: #EED37F;
}
</style>
background-color css
<style>
a { background-color: #EED37F; }
a { background-color: rgb(238,211,127); }
div.DivClassName
{
background-color: #EED37F;
}
.BgClassName
{
background-color: #EED37F;
}
</style>
border-color css
<style>
span { border-color: #EED37F; }
span { border-color: rgb(238,211,127); }
td.TdClassName
{
border-color: #EED37F;
}
.TagClassName
{
border-color: #EED37F;
}
</style>