Shades of Buff #EFDB81
Tints of Buff #EFDB81
RGB
CMYK
RGB Variations
Color information
#EFDB81 (or 0xEFDB81) is known color: Buff. HEX triplet: EF, DB and 81. RGB value is (239,219,129). Sum of RGB (Red+Green+Blue) = 239+219+129=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB81 is #10247E. Grayscale: #D7D7D7. Windows color (decimal): -1057919 or 8510447. OLE color: 8510447.
HSL color Cylindrical-coordinate representation of color #EFDB81: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFDB81 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 129 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.06 |
| HSL | 49.09º | 0.77% | 0.72% | - |
| HSV(B) | 49.09º | 0.46% | 0.94% | - |
| XYZ | 64.89 | 70.6 | 30.98 | - |
| YUV | 214.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 129 | 0 | 0.08 | 0.46 | 0.06 | 49.09 | 0.77 | 0.72 |
| Hex | EF | DB | 81 | 0 | 8 | 2E | 6 | 31 | 4D | 48 |
| Octal | 357 | 333 | 201 | 0 | 10 | 56 | 6 | 61 | 115 | 110 |
| Binary | 11101111 | 11011011 | 10000001 | 0 | 1000 | 101110 | 110 | 110001 | 1001101 | 1001000 |
Color Harmonies of #EFDB81
Complementary color
Monochromatic Colors of #EFDB81
Black with #EFDB81
Text Example
Text Example
White with #EFDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB81; }
p { color: rgb(239,219,129); }
H1.HeaderClassName
{
color: #EFDB81;
}
.AnyTagClassName
{
color: #EFDB81;
}
</style>
background-color css
<style>
a { background-color: #EFDB81; }
a { background-color: rgb(239,219,129); }
div.DivClassName
{
background-color: #EFDB81;
}
.BgClassName
{
background-color: #EFDB81;
}
</style>
border-color css
<style>
span { border-color: #EFDB81; }
span { border-color: rgb(239,219,129); }
td.TdClassName
{
border-color: #EFDB81;
}
.TagClassName
{
border-color: #EFDB81;
}
</style>