Shades of Buff #EFDA77
Tints of Buff #EFDA77
RGB
CMYK
RGB Variations
Color information
#EFDA77 (or 0xEFDA77) is known color: Buff. HEX triplet: EF, DA and 77. RGB value is (239,218,119). Sum of RGB (Red+Green+Blue) = 239+218+119=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA77 is #102588. Grayscale: #D5D5D5. Windows color (decimal): -1058185 or 7854831. OLE color: 7854831.
HSL color Cylindrical-coordinate representation of color #EFDA77: hue angle of 49.5º 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 #EFDA77 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 119 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.06 |
| HSL | 49.5º | 0.79% | 0.7% | - |
| HSV(B) | 49.5º | 0.5% | 0.94% | - |
| XYZ | 64 | 69.83 | 27.56 | - |
| YUV | 212.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 119 | 0 | 0.09 | 0.50 | 0.06 | 49.5 | 0.79 | 0.7 |
| Hex | EF | DA | 77 | 0 | 9 | 32 | 6 | 32 | 4F | 46 |
| Octal | 357 | 332 | 167 | 0 | 11 | 62 | 6 | 62 | 117 | 106 |
| Binary | 11101111 | 11011010 | 1110111 | 0 | 1001 | 110010 | 110 | 110010 | 1001111 | 1000110 |
Color Harmonies of #EFDA77
Complementary color
Monochromatic Colors of #EFDA77
Black with #EFDA77
Text Example
Text Example
White with #EFDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA77; }
p { color: rgb(239,218,119); }
H1.HeaderClassName
{
color: #EFDA77;
}
.AnyTagClassName
{
color: #EFDA77;
}
</style>
background-color css
<style>
a { background-color: #EFDA77; }
a { background-color: rgb(239,218,119); }
div.DivClassName
{
background-color: #EFDA77;
}
.BgClassName
{
background-color: #EFDA77;
}
</style>
border-color css
<style>
span { border-color: #EFDA77; }
span { border-color: rgb(239,218,119); }
td.TdClassName
{
border-color: #EFDA77;
}
.TagClassName
{
border-color: #EFDA77;
}
</style>