Shades of Buff #EED778
Tints of Buff #EED778
RGB
CMYK
RGB Variations
Color information
#EED778 (or 0xEED778) is known color: Buff. HEX triplet: EE, D7 and 78. RGB value is (238,215,120). Sum of RGB (Red+Green+Blue) = 238+215+120=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED778 is #112887. Grayscale: #D3D3D3. Windows color (decimal): -1124488 or 7919598. OLE color: 7919598.
HSL color Cylindrical-coordinate representation of color #EED778: hue angle of 48.31º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED778 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 120 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.07 |
| HSL | 48.31º | 0.78% | 0.7% | - |
| HSV(B) | 48.31º | 0.5% | 0.93% | - |
| XYZ | 62.95 | 68.13 | 27.6 | - |
| YUV | 211.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 120 | 0 | 0.10 | 0.50 | 0.07 | 48.31 | 0.78 | 0.7 |
| Hex | EE | D7 | 78 | 0 | A | 32 | 7 | 30 | 4E | 46 |
| Octal | 356 | 327 | 170 | 0 | 12 | 62 | 7 | 60 | 116 | 106 |
| Binary | 11101110 | 11010111 | 1111000 | 0 | 1010 | 110010 | 111 | 110000 | 1001110 | 1000110 |
Color Harmonies of #EED778
Complementary color
Monochromatic Colors of #EED778
Black with #EED778
Text Example
Text Example
White with #EED778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED778; }
p { color: rgb(238,215,120); }
H1.HeaderClassName
{
color: #EED778;
}
.AnyTagClassName
{
color: #EED778;
}
</style>
background-color css
<style>
a { background-color: #EED778; }
a { background-color: rgb(238,215,120); }
div.DivClassName
{
background-color: #EED778;
}
.BgClassName
{
background-color: #EED778;
}
</style>
border-color css
<style>
span { border-color: #EED778; }
span { border-color: rgb(238,215,120); }
td.TdClassName
{
border-color: #EED778;
}
.TagClassName
{
border-color: #EED778;
}
</style>