Shades of Buff #EED47B
Tints of Buff #EED47B
RGB
CMYK
RGB Variations
Color information
#EED47B (or 0xEED47B) is known color: Buff. HEX triplet: EE, D4 and 7B. RGB value is (238,212,123). Sum of RGB (Red+Green+Blue) = 238+212+123=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED47B is #112B84. Grayscale: #D2D2D2. Windows color (decimal): -1125253 or 8115438. OLE color: 8115438.
HSL color Cylindrical-coordinate representation of color #EED47B: hue angle of 46.43º 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 #EED47B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 123 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.07 |
| HSL | 46.43º | 0.77% | 0.71% | - |
| HSV(B) | 46.43º | 0.48% | 0.93% | - |
| XYZ | 62.38 | 66.69 | 28.32 | - |
| YUV | 209.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 123 | 0 | 0.11 | 0.48 | 0.07 | 46.43 | 0.77 | 0.71 |
| Hex | EE | D4 | 7B | 0 | B | 30 | 7 | 2E | 4D | 47 |
| Octal | 356 | 324 | 173 | 0 | 13 | 60 | 7 | 56 | 115 | 107 |
| Binary | 11101110 | 11010100 | 1111011 | 0 | 1011 | 110000 | 111 | 101110 | 1001101 | 1000111 |
Color Harmonies of #EED47B
Complementary color
Monochromatic Colors of #EED47B
Black with #EED47B
Text Example
Text Example
White with #EED47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED47B; }
p { color: rgb(238,212,123); }
H1.HeaderClassName
{
color: #EED47B;
}
.AnyTagClassName
{
color: #EED47B;
}
</style>
background-color css
<style>
a { background-color: #EED47B; }
a { background-color: rgb(238,212,123); }
div.DivClassName
{
background-color: #EED47B;
}
.BgClassName
{
background-color: #EED47B;
}
</style>
border-color css
<style>
span { border-color: #EED47B; }
span { border-color: rgb(238,212,123); }
td.TdClassName
{
border-color: #EED47B;
}
.TagClassName
{
border-color: #EED47B;
}
</style>