Shades of Buff #EFDA8A
Tints of Buff #EFDA8A
RGB
CMYK
RGB Variations
Color information
#EFDA8A (or 0xEFDA8A) is known color: Buff. HEX triplet: EF, DA and 8A. RGB value is (239,218,138). Sum of RGB (Red+Green+Blue) = 239+218+138=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8A is #102575. Grayscale: #D7D7D7. Windows color (decimal): -1058166 or 9100015. OLE color: 9100015.
HSL color Cylindrical-coordinate representation of color #EFDA8A: hue angle of 47.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFDA8A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 138 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.06 |
| HSL | 47.52º | 0.76% | 0.74% | - |
| HSV(B) | 47.52º | 0.42% | 0.94% | - |
| XYZ | 65.26 | 70.33 | 34.18 | - |
| YUV | 215.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 138 | 0 | 0.09 | 0.42 | 0.06 | 47.52 | 0.76 | 0.74 |
| Hex | EF | DA | 8A | 0 | 9 | 2A | 6 | 30 | 4C | 4A |
| Octal | 357 | 332 | 212 | 0 | 11 | 52 | 6 | 60 | 114 | 112 |
| Binary | 11101111 | 11011010 | 10001010 | 0 | 1001 | 101010 | 110 | 110000 | 1001100 | 1001010 |
Color Harmonies of #EFDA8A
Complementary color
Monochromatic Colors of #EFDA8A
Black with #EFDA8A
Text Example
Text Example
White with #EFDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA8A; }
p { color: rgb(239,218,138); }
H1.HeaderClassName
{
color: #EFDA8A;
}
.AnyTagClassName
{
color: #EFDA8A;
}
</style>
background-color css
<style>
a { background-color: #EFDA8A; }
a { background-color: rgb(239,218,138); }
div.DivClassName
{
background-color: #EFDA8A;
}
.BgClassName
{
background-color: #EFDA8A;
}
</style>
border-color css
<style>
span { border-color: #EFDA8A; }
span { border-color: rgb(239,218,138); }
td.TdClassName
{
border-color: #EFDA8A;
}
.TagClassName
{
border-color: #EFDA8A;
}
</style>