Shades of Buff #EED579
Tints of Buff #EED579
RGB
CMYK
RGB Variations
Color information
#EED579 (or 0xEED579) is known color: Buff. HEX triplet: EE, D5 and 79. RGB value is (238,213,121). Sum of RGB (Red+Green+Blue) = 238+213+121=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED579 is #112A86. Grayscale: #D2D2D2. Windows color (decimal): -1124999 or 7984622. OLE color: 7984622.
HSL color Cylindrical-coordinate representation of color #EED579: hue angle of 47.18º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED579 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 121 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.07 |
| HSL | 47.18º | 0.77% | 0.7% | - |
| HSV(B) | 47.18º | 0.49% | 0.93% | - |
| XYZ | 62.51 | 67.15 | 27.76 | - |
| YUV | 209.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 121 | 0 | 0.11 | 0.49 | 0.07 | 47.18 | 0.77 | 0.7 |
| Hex | EE | D5 | 79 | 0 | B | 31 | 7 | 2F | 4D | 46 |
| Octal | 356 | 325 | 171 | 0 | 13 | 61 | 7 | 57 | 115 | 106 |
| Binary | 11101110 | 11010101 | 1111001 | 0 | 1011 | 110001 | 111 | 101111 | 1001101 | 1000110 |
Color Harmonies of #EED579
Complementary color
Monochromatic Colors of #EED579
Black with #EED579
Text Example
Text Example
White with #EED579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED579; }
p { color: rgb(238,213,121); }
H1.HeaderClassName
{
color: #EED579;
}
.AnyTagClassName
{
color: #EED579;
}
</style>
background-color css
<style>
a { background-color: #EED579; }
a { background-color: rgb(238,213,121); }
div.DivClassName
{
background-color: #EED579;
}
.BgClassName
{
background-color: #EED579;
}
</style>
border-color css
<style>
span { border-color: #EED579; }
span { border-color: rgb(238,213,121); }
td.TdClassName
{
border-color: #EED579;
}
.TagClassName
{
border-color: #EED579;
}
</style>