Shades of Buff #EFDC8C
Tints of Buff #EFDC8C
RGB
CMYK
RGB Variations
Color information
#EFDC8C (or 0xEFDC8C) is known color: Buff. HEX triplet: EF, DC and 8C. RGB value is (239,220,140). Sum of RGB (Red+Green+Blue) = 239+220+140=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC8C is #102373. Grayscale: #D8D8D8. Windows color (decimal): -1057652 or 9231599. OLE color: 9231599.
HSL color Cylindrical-coordinate representation of color #EFDC8C: hue angle of 48.48º 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 #EFDC8C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 140 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 48.48º | 0.76% | 0.74% | - |
| HSV(B) | 48.48º | 0.41% | 0.94% | - |
| XYZ | 65.92 | 71.43 | 35.12 | - |
| YUV | 216.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 140 | 0 | 0.08 | 0.41 | 0.06 | 48.48 | 0.76 | 0.74 |
| Hex | EF | DC | 8C | 0 | 8 | 29 | 6 | 30 | 4C | 4A |
| Octal | 357 | 334 | 214 | 0 | 10 | 51 | 6 | 60 | 114 | 112 |
| Binary | 11101111 | 11011100 | 10001100 | 0 | 1000 | 101001 | 110 | 110000 | 1001100 | 1001010 |
Color Harmonies of #EFDC8C
Complementary color
Monochromatic Colors of #EFDC8C
Black with #EFDC8C
Text Example
Text Example
White with #EFDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC8C; }
p { color: rgb(239,220,140); }
H1.HeaderClassName
{
color: #EFDC8C;
}
.AnyTagClassName
{
color: #EFDC8C;
}
</style>
background-color css
<style>
a { background-color: #EFDC8C; }
a { background-color: rgb(239,220,140); }
div.DivClassName
{
background-color: #EFDC8C;
}
.BgClassName
{
background-color: #EFDC8C;
}
</style>
border-color css
<style>
span { border-color: #EFDC8C; }
span { border-color: rgb(239,220,140); }
td.TdClassName
{
border-color: #EFDC8C;
}
.TagClassName
{
border-color: #EFDC8C;
}
</style>