Shades of Buff #EFDA78
Tints of Buff #EFDA78
RGB
CMYK
RGB Variations
Color information
#EFDA78 (or 0xEFDA78) is known color: Buff. HEX triplet: EF, DA and 78. RGB value is (239,218,120). Sum of RGB (Red+Green+Blue) = 239+218+120=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA78 is #102587. Grayscale: #D5D5D5. Windows color (decimal): -1058184 or 7920367. OLE color: 7920367.
HSL color Cylindrical-coordinate representation of color #EFDA78: hue angle of 49.41º 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 #EFDA78 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 120 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.06 |
| HSL | 49.41º | 0.79% | 0.7% | - |
| HSV(B) | 49.41º | 0.5% | 0.94% | - |
| XYZ | 64.06 | 69.85 | 27.88 | - |
| YUV | 213.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 120 | 0 | 0.09 | 0.50 | 0.06 | 49.41 | 0.79 | 0.7 |
| Hex | EF | DA | 78 | 0 | 9 | 32 | 6 | 31 | 4F | 46 |
| Octal | 357 | 332 | 170 | 0 | 11 | 62 | 6 | 61 | 117 | 106 |
| Binary | 11101111 | 11011010 | 1111000 | 0 | 1001 | 110010 | 110 | 110001 | 1001111 | 1000110 |
Color Harmonies of #EFDA78
Complementary color
Monochromatic Colors of #EFDA78
Black with #EFDA78
Text Example
Text Example
White with #EFDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA78; }
p { color: rgb(239,218,120); }
H1.HeaderClassName
{
color: #EFDA78;
}
.AnyTagClassName
{
color: #EFDA78;
}
</style>
background-color css
<style>
a { background-color: #EFDA78; }
a { background-color: rgb(239,218,120); }
div.DivClassName
{
background-color: #EFDA78;
}
.BgClassName
{
background-color: #EFDA78;
}
</style>
border-color css
<style>
span { border-color: #EFDA78; }
span { border-color: rgb(239,218,120); }
td.TdClassName
{
border-color: #EFDA78;
}
.TagClassName
{
border-color: #EFDA78;
}
</style>