Shades of Buff #EFDA85
Tints of Buff #EFDA85
RGB
CMYK
RGB Variations
Color information
#EFDA85 (or 0xEFDA85) is known color: Buff. HEX triplet: EF, DA and 85. RGB value is (239,218,133). Sum of RGB (Red+Green+Blue) = 239+218+133=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA85 is #10257A. Grayscale: #D6D6D6. Windows color (decimal): -1058171 or 8772335. OLE color: 8772335.
HSL color Cylindrical-coordinate representation of color #EFDA85: hue angle of 48.11º 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 #EFDA85 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 133 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.06 |
| HSL | 48.11º | 0.77% | 0.73% | - |
| HSV(B) | 48.11º | 0.44% | 0.94% | - |
| XYZ | 64.9 | 70.19 | 32.32 | - |
| YUV | 214.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 133 | 0 | 0.09 | 0.44 | 0.06 | 48.11 | 0.77 | 0.73 |
| Hex | EF | DA | 85 | 0 | 9 | 2C | 6 | 30 | 4D | 49 |
| Octal | 357 | 332 | 205 | 0 | 11 | 54 | 6 | 60 | 115 | 111 |
| Binary | 11101111 | 11011010 | 10000101 | 0 | 1001 | 101100 | 110 | 110000 | 1001101 | 1001001 |
Color Harmonies of #EFDA85
Complementary color
Monochromatic Colors of #EFDA85
Black with #EFDA85
Text Example
Text Example
White with #EFDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA85; }
p { color: rgb(239,218,133); }
H1.HeaderClassName
{
color: #EFDA85;
}
.AnyTagClassName
{
color: #EFDA85;
}
</style>
background-color css
<style>
a { background-color: #EFDA85; }
a { background-color: rgb(239,218,133); }
div.DivClassName
{
background-color: #EFDA85;
}
.BgClassName
{
background-color: #EFDA85;
}
</style>
border-color css
<style>
span { border-color: #EFDA85; }
span { border-color: rgb(239,218,133); }
td.TdClassName
{
border-color: #EFDA85;
}
.TagClassName
{
border-color: #EFDA85;
}
</style>