Shades of Buff #EFDA8B
Tints of Buff #EFDA8B
RGB
CMYK
RGB Variations
Color information
#EFDA8B (or 0xEFDA8B) is known color: Buff. HEX triplet: EF, DA and 8B. RGB value is (239,218,139). Sum of RGB (Red+Green+Blue) = 239+218+139=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8B is #102574. Grayscale: #D7D7D7. Windows color (decimal): -1058165 or 9165551. OLE color: 9165551.
HSL color Cylindrical-coordinate representation of color #EFDA8B: hue angle of 47.4º 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 #EFDA8B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 139 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.06 |
| HSL | 47.4º | 0.76% | 0.74% | - |
| HSV(B) | 47.4º | 0.42% | 0.94% | - |
| XYZ | 65.33 | 70.36 | 34.56 | - |
| YUV | 215.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 139 | 0 | 0.09 | 0.42 | 0.06 | 47.4 | 0.76 | 0.74 |
| Hex | EF | DA | 8B | 0 | 9 | 2A | 6 | 2F | 4C | 4A |
| Octal | 357 | 332 | 213 | 0 | 11 | 52 | 6 | 57 | 114 | 112 |
| Binary | 11101111 | 11011010 | 10001011 | 0 | 1001 | 101010 | 110 | 101111 | 1001100 | 1001010 |
Color Harmonies of #EFDA8B
Complementary color
Monochromatic Colors of #EFDA8B
Black with #EFDA8B
Text Example
Text Example
White with #EFDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA8B; }
p { color: rgb(239,218,139); }
H1.HeaderClassName
{
color: #EFDA8B;
}
.AnyTagClassName
{
color: #EFDA8B;
}
</style>
background-color css
<style>
a { background-color: #EFDA8B; }
a { background-color: rgb(239,218,139); }
div.DivClassName
{
background-color: #EFDA8B;
}
.BgClassName
{
background-color: #EFDA8B;
}
</style>
border-color css
<style>
span { border-color: #EFDA8B; }
span { border-color: rgb(239,218,139); }
td.TdClassName
{
border-color: #EFDA8B;
}
.TagClassName
{
border-color: #EFDA8B;
}
</style>