Shades of Buff #EFDD8B
Tints of Buff #EFDD8B
RGB
CMYK
RGB Variations
Color information
#EFDD8B (or 0xEFDD8B) is known color: Buff. HEX triplet: EF, DD and 8B. RGB value is (239,221,139). Sum of RGB (Red+Green+Blue) = 239+221+139=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD8B is #102274. Grayscale: #D9D9D9. Windows color (decimal): -1057397 or 9166319. OLE color: 9166319.
HSL color Cylindrical-coordinate representation of color #EFDD8B: hue angle of 49.2º 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 #EFDD8B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 139 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.06 |
| HSL | 49.2º | 0.76% | 0.74% | - |
| HSV(B) | 49.2º | 0.42% | 0.94% | - |
| XYZ | 66.11 | 71.93 | 34.82 | - |
| YUV | 217.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 139 | 0 | 0.08 | 0.42 | 0.06 | 49.2 | 0.76 | 0.74 |
| Hex | EF | DD | 8B | 0 | 8 | 2A | 6 | 31 | 4C | 4A |
| Octal | 357 | 335 | 213 | 0 | 10 | 52 | 6 | 61 | 114 | 112 |
| Binary | 11101111 | 11011101 | 10001011 | 0 | 1000 | 101010 | 110 | 110001 | 1001100 | 1001010 |
Color Harmonies of #EFDD8B
Complementary color
Monochromatic Colors of #EFDD8B
Black with #EFDD8B
Text Example
Text Example
White with #EFDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD8B; }
p { color: rgb(239,221,139); }
H1.HeaderClassName
{
color: #EFDD8B;
}
.AnyTagClassName
{
color: #EFDD8B;
}
</style>
background-color css
<style>
a { background-color: #EFDD8B; }
a { background-color: rgb(239,221,139); }
div.DivClassName
{
background-color: #EFDD8B;
}
.BgClassName
{
background-color: #EFDD8B;
}
</style>
border-color css
<style>
span { border-color: #EFDD8B; }
span { border-color: rgb(239,221,139); }
td.TdClassName
{
border-color: #EFDD8B;
}
.TagClassName
{
border-color: #EFDD8B;
}
</style>