Shades of Buff #EFDC88
Tints of Buff #EFDC88
RGB
CMYK
RGB Variations
Color information
#EFDC88 (or 0xEFDC88) is known color: Buff. HEX triplet: EF, DC and 88. RGB value is (239,220,136). Sum of RGB (Red+Green+Blue) = 239+220+136=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC88 is #102377. Grayscale: #D8D8D8. Windows color (decimal): -1057656 or 8969455. OLE color: 8969455.
HSL color Cylindrical-coordinate representation of color #EFDC88: hue angle of 48.93º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFDC88 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 136 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.06 |
| HSL | 48.93º | 0.76% | 0.74% | - |
| HSV(B) | 48.93º | 0.43% | 0.94% | - |
| XYZ | 65.63 | 71.31 | 33.6 | - |
| YUV | 216.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 136 | 0 | 0.08 | 0.43 | 0.06 | 48.93 | 0.76 | 0.74 |
| Hex | EF | DC | 88 | 0 | 8 | 2B | 6 | 31 | 4C | 4A |
| Octal | 357 | 334 | 210 | 0 | 10 | 53 | 6 | 61 | 114 | 112 |
| Binary | 11101111 | 11011100 | 10001000 | 0 | 1000 | 101011 | 110 | 110001 | 1001100 | 1001010 |
Color Harmonies of #EFDC88
Complementary color
Monochromatic Colors of #EFDC88
Black with #EFDC88
Text Example
Text Example
White with #EFDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC88; }
p { color: rgb(239,220,136); }
H1.HeaderClassName
{
color: #EFDC88;
}
.AnyTagClassName
{
color: #EFDC88;
}
</style>
background-color css
<style>
a { background-color: #EFDC88; }
a { background-color: rgb(239,220,136); }
div.DivClassName
{
background-color: #EFDC88;
}
.BgClassName
{
background-color: #EFDC88;
}
</style>
border-color css
<style>
span { border-color: #EFDC88; }
span { border-color: rgb(239,220,136); }
td.TdClassName
{
border-color: #EFDC88;
}
.TagClassName
{
border-color: #EFDC88;
}
</style>