Shades of Buff #EFDA7A
Tints of Buff #EFDA7A
RGB
CMYK
RGB Variations
Color information
#EFDA7A (or 0xEFDA7A) is known color: Buff. HEX triplet: EF, DA and 7A. RGB value is (239,218,122). Sum of RGB (Red+Green+Blue) = 239+218+122=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA7A is #102585. Grayscale: #D5D5D5. Windows color (decimal): -1058182 or 8051439. OLE color: 8051439.
HSL color Cylindrical-coordinate representation of color #EFDA7A: hue angle of 49.23º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFDA7A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 122 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.06 |
| HSL | 49.23º | 0.79% | 0.71% | - |
| HSV(B) | 49.23º | 0.49% | 0.94% | - |
| XYZ | 64.18 | 69.9 | 28.52 | - |
| YUV | 213.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 122 | 0 | 0.09 | 0.49 | 0.06 | 49.23 | 0.79 | 0.71 |
| Hex | EF | DA | 7A | 0 | 9 | 31 | 6 | 31 | 4F | 47 |
| Octal | 357 | 332 | 172 | 0 | 11 | 61 | 6 | 61 | 117 | 107 |
| Binary | 11101111 | 11011010 | 1111010 | 0 | 1001 | 110001 | 110 | 110001 | 1001111 | 1000111 |
Color Harmonies of #EFDA7A
Complementary color
Monochromatic Colors of #EFDA7A
Black with #EFDA7A
Text Example
Text Example
White with #EFDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA7A; }
p { color: rgb(239,218,122); }
H1.HeaderClassName
{
color: #EFDA7A;
}
.AnyTagClassName
{
color: #EFDA7A;
}
</style>
background-color css
<style>
a { background-color: #EFDA7A; }
a { background-color: rgb(239,218,122); }
div.DivClassName
{
background-color: #EFDA7A;
}
.BgClassName
{
background-color: #EFDA7A;
}
</style>
border-color css
<style>
span { border-color: #EFDA7A; }
span { border-color: rgb(239,218,122); }
td.TdClassName
{
border-color: #EFDA7A;
}
.TagClassName
{
border-color: #EFDA7A;
}
</style>