Shades of Buff #EFDD8C
Tints of Buff #EFDD8C
RGB
CMYK
RGB Variations
Color information
#EFDD8C (or 0xEFDD8C) is known color: Buff. HEX triplet: EF, DD and 8C. RGB value is (239,221,140). Sum of RGB (Red+Green+Blue) = 239+221+140=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD8C is #102273. Grayscale: #D9D9D9. Windows color (decimal): -1057396 or 9231855. OLE color: 9231855.
HSL color Cylindrical-coordinate representation of color #EFDD8C: hue angle of 49.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFDD8C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 140 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 49.09º | 0.76% | 0.74% | - |
| HSV(B) | 49.09º | 0.41% | 0.94% | - |
| XYZ | 66.19 | 71.96 | 35.21 | - |
| YUV | 217.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 140 | 0 | 0.08 | 0.41 | 0.06 | 49.09 | 0.76 | 0.74 |
| Hex | EF | DD | 8C | 0 | 8 | 29 | 6 | 31 | 4C | 4A |
| Octal | 357 | 335 | 214 | 0 | 10 | 51 | 6 | 61 | 114 | 112 |
| Binary | 11101111 | 11011101 | 10001100 | 0 | 1000 | 101001 | 110 | 110001 | 1001100 | 1001010 |
Color Harmonies of #EFDD8C
Complementary color
Monochromatic Colors of #EFDD8C
Black with #EFDD8C
Text Example
Text Example
White with #EFDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD8C; }
p { color: rgb(239,221,140); }
H1.HeaderClassName
{
color: #EFDD8C;
}
.AnyTagClassName
{
color: #EFDD8C;
}
</style>
background-color css
<style>
a { background-color: #EFDD8C; }
a { background-color: rgb(239,221,140); }
div.DivClassName
{
background-color: #EFDD8C;
}
.BgClassName
{
background-color: #EFDD8C;
}
</style>
border-color css
<style>
span { border-color: #EFDD8C; }
span { border-color: rgb(239,221,140); }
td.TdClassName
{
border-color: #EFDD8C;
}
.TagClassName
{
border-color: #EFDD8C;
}
</style>