Shades of Buff #EED37B
Tints of Buff #EED37B
RGB
CMYK
RGB Variations
Color information
#EED37B (or 0xEED37B) is known color: Buff. HEX triplet: EE, D3 and 7B. RGB value is (238,211,123). Sum of RGB (Red+Green+Blue) = 238+211+123=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED37B is #112C84. Grayscale: #D1D1D1. Windows color (decimal): -1125509 or 8115182. OLE color: 8115182.
HSL color Cylindrical-coordinate representation of color #EED37B: hue angle of 45.91º 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 #EED37B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 123 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.07 |
| HSL | 45.91º | 0.77% | 0.71% | - |
| HSV(B) | 45.91º | 0.48% | 0.93% | - |
| XYZ | 62.13 | 66.2 | 28.24 | - |
| YUV | 209.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 123 | 0 | 0.11 | 0.48 | 0.07 | 45.91 | 0.77 | 0.71 |
| Hex | EE | D3 | 7B | 0 | B | 30 | 7 | 2E | 4D | 47 |
| Octal | 356 | 323 | 173 | 0 | 13 | 60 | 7 | 56 | 115 | 107 |
| Binary | 11101110 | 11010011 | 1111011 | 0 | 1011 | 110000 | 111 | 101110 | 1001101 | 1000111 |
Color Harmonies of #EED37B
Complementary color
Monochromatic Colors of #EED37B
Black with #EED37B
Text Example
Text Example
White with #EED37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED37B; }
p { color: rgb(238,211,123); }
H1.HeaderClassName
{
color: #EED37B;
}
.AnyTagClassName
{
color: #EED37B;
}
</style>
background-color css
<style>
a { background-color: #EED37B; }
a { background-color: rgb(238,211,123); }
div.DivClassName
{
background-color: #EED37B;
}
.BgClassName
{
background-color: #EED37B;
}
</style>
border-color css
<style>
span { border-color: #EED37B; }
span { border-color: rgb(238,211,123); }
td.TdClassName
{
border-color: #EED37B;
}
.TagClassName
{
border-color: #EED37B;
}
</style>