Shades of Buff #EFDD8D
Tints of Buff #EFDD8D
RGB
CMYK
RGB Variations
Color information
#EFDD8D (or 0xEFDD8D) is known color: Buff. HEX triplet: EF, DD and 8D. RGB value is (239,221,141). Sum of RGB (Red+Green+Blue) = 239+221+141=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD8D is #102272. Grayscale: #D9D9D9. Windows color (decimal): -1057395 or 9297391. OLE color: 9297391.
HSL color Cylindrical-coordinate representation of color #EFDD8D: hue angle of 48.98º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFDD8D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 141 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 48.98º | 0.75% | 0.75% | - |
| HSV(B) | 48.98º | 0.41% | 0.94% | - |
| XYZ | 66.26 | 71.99 | 35.6 | - |
| YUV | 217.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 141 | 0 | 0.08 | 0.41 | 0.06 | 48.98 | 0.75 | 0.75 |
| Hex | EF | DD | 8D | 0 | 8 | 29 | 6 | 31 | 4B | 4B |
| Octal | 357 | 335 | 215 | 0 | 10 | 51 | 6 | 61 | 113 | 113 |
| Binary | 11101111 | 11011101 | 10001101 | 0 | 1000 | 101001 | 110 | 110001 | 1001011 | 1001011 |
Color Harmonies of #EFDD8D
Complementary color
Monochromatic Colors of #EFDD8D
Black with #EFDD8D
Text Example
Text Example
White with #EFDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD8D; }
p { color: rgb(239,221,141); }
H1.HeaderClassName
{
color: #EFDD8D;
}
.AnyTagClassName
{
color: #EFDD8D;
}
</style>
background-color css
<style>
a { background-color: #EFDD8D; }
a { background-color: rgb(239,221,141); }
div.DivClassName
{
background-color: #EFDD8D;
}
.BgClassName
{
background-color: #EFDD8D;
}
</style>
border-color css
<style>
span { border-color: #EFDD8D; }
span { border-color: rgb(239,221,141); }
td.TdClassName
{
border-color: #EFDD8D;
}
.TagClassName
{
border-color: #EFDD8D;
}
</style>