Shades of Buff #EFDA7C
Tints of Buff #EFDA7C
RGB
CMYK
RGB Variations
Color information
#EFDA7C (or 0xEFDA7C) is known color: Buff. HEX triplet: EF, DA and 7C. RGB value is (239,218,124). Sum of RGB (Red+Green+Blue) = 239+218+124=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA7C is #102583. Grayscale: #D5D5D5. Windows color (decimal): -1058180 or 8182511. OLE color: 8182511.
HSL color Cylindrical-coordinate representation of color #EFDA7C: hue angle of 49.04º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFDA7C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 124 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.06 |
| HSL | 49.04º | 0.78% | 0.71% | - |
| HSV(B) | 49.04º | 0.48% | 0.94% | - |
| XYZ | 64.31 | 69.95 | 29.18 | - |
| YUV | 213.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 124 | 0 | 0.09 | 0.48 | 0.06 | 49.04 | 0.78 | 0.71 |
| Hex | EF | DA | 7C | 0 | 9 | 30 | 6 | 31 | 4E | 47 |
| Octal | 357 | 332 | 174 | 0 | 11 | 60 | 6 | 61 | 116 | 107 |
| Binary | 11101111 | 11011010 | 1111100 | 0 | 1001 | 110000 | 110 | 110001 | 1001110 | 1000111 |
Color Harmonies of #EFDA7C
Complementary color
Monochromatic Colors of #EFDA7C
Black with #EFDA7C
Text Example
Text Example
White with #EFDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA7C; }
p { color: rgb(239,218,124); }
H1.HeaderClassName
{
color: #EFDA7C;
}
.AnyTagClassName
{
color: #EFDA7C;
}
</style>
background-color css
<style>
a { background-color: #EFDA7C; }
a { background-color: rgb(239,218,124); }
div.DivClassName
{
background-color: #EFDA7C;
}
.BgClassName
{
background-color: #EFDA7C;
}
</style>
border-color css
<style>
span { border-color: #EFDA7C; }
span { border-color: rgb(239,218,124); }
td.TdClassName
{
border-color: #EFDA7C;
}
.TagClassName
{
border-color: #EFDA7C;
}
</style>