Shades of Buff #EFD978
Tints of Buff #EFD978
RGB
CMYK
RGB Variations
Color information
#EFD978 (or 0xEFD978) is known color: Buff. HEX triplet: EF, D9 and 78. RGB value is (239,217,120). Sum of RGB (Red+Green+Blue) = 239+217+120=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD978 is #102687. Grayscale: #D4D4D4. Windows color (decimal): -1058440 or 7920111. OLE color: 7920111.
HSL color Cylindrical-coordinate representation of color #EFD978: hue angle of 48.91º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFD978 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 120 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.06 |
| HSL | 48.91º | 0.79% | 0.7% | - |
| HSV(B) | 48.91º | 0.5% | 0.94% | - |
| XYZ | 63.8 | 69.33 | 27.79 | - |
| YUV | 212.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 120 | 0 | 0.09 | 0.50 | 0.06 | 48.91 | 0.79 | 0.7 |
| Hex | EF | D9 | 78 | 0 | 9 | 32 | 6 | 31 | 4F | 46 |
| Octal | 357 | 331 | 170 | 0 | 11 | 62 | 6 | 61 | 117 | 106 |
| Binary | 11101111 | 11011001 | 1111000 | 0 | 1001 | 110010 | 110 | 110001 | 1001111 | 1000110 |
Color Harmonies of #EFD978
Complementary color
Monochromatic Colors of #EFD978
Black with #EFD978
Text Example
Text Example
White with #EFD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD978; }
p { color: rgb(239,217,120); }
H1.HeaderClassName
{
color: #EFD978;
}
.AnyTagClassName
{
color: #EFD978;
}
</style>
background-color css
<style>
a { background-color: #EFD978; }
a { background-color: rgb(239,217,120); }
div.DivClassName
{
background-color: #EFD978;
}
.BgClassName
{
background-color: #EFD978;
}
</style>
border-color css
<style>
span { border-color: #EFD978; }
span { border-color: rgb(239,217,120); }
td.TdClassName
{
border-color: #EFD978;
}
.TagClassName
{
border-color: #EFD978;
}
</style>