Shades of Buff #EED679
Tints of Buff #EED679
RGB
CMYK
RGB Variations
Color information
#EED679 (or 0xEED679) is known color: Buff. HEX triplet: EE, D6 and 79. RGB value is (238,214,121). Sum of RGB (Red+Green+Blue) = 238+214+121=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 121 (47.66% from 255 or 21.12% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED679 is #112986. Grayscale: #D2D2D2. Windows color (decimal): -1124743 or 7984878. OLE color: 7984878.
HSL color Cylindrical-coordinate representation of color #EED679: hue angle of 47.69º 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 #EED679 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 121 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.07 |
| HSL | 47.69º | 0.77% | 0.7% | - |
| HSV(B) | 47.69º | 0.49% | 0.93% | - |
| XYZ | 62.76 | 67.65 | 27.84 | - |
| YUV | 210.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 121 | 0 | 0.10 | 0.49 | 0.07 | 47.69 | 0.77 | 0.7 |
| Hex | EE | D6 | 79 | 0 | A | 31 | 7 | 30 | 4D | 46 |
| Octal | 356 | 326 | 171 | 0 | 12 | 61 | 7 | 60 | 115 | 106 |
| Binary | 11101110 | 11010110 | 1111001 | 0 | 1010 | 110001 | 111 | 110000 | 1001101 | 1000110 |
Color Harmonies of #EED679
Complementary color
Monochromatic Colors of #EED679
Black with #EED679
Text Example
Text Example
White with #EED679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED679; }
p { color: rgb(238,214,121); }
H1.HeaderClassName
{
color: #EED679;
}
.AnyTagClassName
{
color: #EED679;
}
</style>
background-color css
<style>
a { background-color: #EED679; }
a { background-color: rgb(238,214,121); }
div.DivClassName
{
background-color: #EED679;
}
.BgClassName
{
background-color: #EED679;
}
</style>
border-color css
<style>
span { border-color: #EED679; }
span { border-color: rgb(238,214,121); }
td.TdClassName
{
border-color: #EED679;
}
.TagClassName
{
border-color: #EED679;
}
</style>