Shades of Buff #EFDD88
Tints of Buff #EFDD88
RGB
CMYK
RGB Variations
Color information
#EFDD88 (or 0xEFDD88) is known color: Buff. HEX triplet: EF, DD and 88. RGB value is (239,221,136). Sum of RGB (Red+Green+Blue) = 239+221+136=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD88 is #102277. Grayscale: #D9D9D9. Windows color (decimal): -1057400 or 8969711. OLE color: 8969711.
HSL color Cylindrical-coordinate representation of color #EFDD88: hue angle of 49.51º 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 #EFDD88 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 136 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.06 |
| HSL | 49.51º | 0.76% | 0.74% | - |
| HSV(B) | 49.51º | 0.43% | 0.94% | - |
| XYZ | 65.9 | 71.84 | 33.69 | - |
| YUV | 216.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 136 | 0 | 0.08 | 0.43 | 0.06 | 49.51 | 0.76 | 0.74 |
| Hex | EF | DD | 88 | 0 | 8 | 2B | 6 | 32 | 4C | 4A |
| Octal | 357 | 335 | 210 | 0 | 10 | 53 | 6 | 62 | 114 | 112 |
| Binary | 11101111 | 11011101 | 10001000 | 0 | 1000 | 101011 | 110 | 110010 | 1001100 | 1001010 |
Color Harmonies of #EFDD88
Complementary color
Monochromatic Colors of #EFDD88
Black with #EFDD88
Text Example
Text Example
White with #EFDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD88; }
p { color: rgb(239,221,136); }
H1.HeaderClassName
{
color: #EFDD88;
}
.AnyTagClassName
{
color: #EFDD88;
}
</style>
background-color css
<style>
a { background-color: #EFDD88; }
a { background-color: rgb(239,221,136); }
div.DivClassName
{
background-color: #EFDD88;
}
.BgClassName
{
background-color: #EFDD88;
}
</style>
border-color css
<style>
span { border-color: #EFDD88; }
span { border-color: rgb(239,221,136); }
td.TdClassName
{
border-color: #EFDD88;
}
.TagClassName
{
border-color: #EFDD88;
}
</style>