Shades of Buff #EFDB85
Tints of Buff #EFDB85
RGB
CMYK
RGB Variations
Color information
#EFDB85 (or 0xEFDB85) is known color: Buff. HEX triplet: EF, DB and 85. RGB value is (239,219,133). Sum of RGB (Red+Green+Blue) = 239+219+133=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB85 is #10247A. Grayscale: #D7D7D7. Windows color (decimal): -1057915 or 8772591. OLE color: 8772591.
HSL color Cylindrical-coordinate representation of color #EFDB85: hue angle of 48.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFDB85 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 133 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.06 |
| HSL | 48.68º | 0.77% | 0.73% | - |
| HSV(B) | 48.68º | 0.44% | 0.94% | - |
| XYZ | 65.16 | 70.71 | 32.4 | - |
| YUV | 215.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 133 | 0 | 0.08 | 0.44 | 0.06 | 48.68 | 0.77 | 0.73 |
| Hex | EF | DB | 85 | 0 | 8 | 2C | 6 | 31 | 4D | 49 |
| Octal | 357 | 333 | 205 | 0 | 10 | 54 | 6 | 61 | 115 | 111 |
| Binary | 11101111 | 11011011 | 10000101 | 0 | 1000 | 101100 | 110 | 110001 | 1001101 | 1001001 |
Color Harmonies of #EFDB85
Complementary color
Monochromatic Colors of #EFDB85
Black with #EFDB85
Text Example
Text Example
White with #EFDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB85; }
p { color: rgb(239,219,133); }
H1.HeaderClassName
{
color: #EFDB85;
}
.AnyTagClassName
{
color: #EFDB85;
}
</style>
background-color css
<style>
a { background-color: #EFDB85; }
a { background-color: rgb(239,219,133); }
div.DivClassName
{
background-color: #EFDB85;
}
.BgClassName
{
background-color: #EFDB85;
}
</style>
border-color css
<style>
span { border-color: #EFDB85; }
span { border-color: rgb(239,219,133); }
td.TdClassName
{
border-color: #EFDB85;
}
.TagClassName
{
border-color: #EFDB85;
}
</style>