Shades of Buff #EFDB88
Tints of Buff #EFDB88
RGB
CMYK
RGB Variations
Color information
#EFDB88 (or 0xEFDB88) is known color: Buff. HEX triplet: EF, DB and 88. RGB value is (239,219,136). Sum of RGB (Red+Green+Blue) = 239+219+136=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB88 is #102477. Grayscale: #D7D7D7. Windows color (decimal): -1057912 or 8969199. OLE color: 8969199.
HSL color Cylindrical-coordinate representation of color #EFDB88: hue angle of 48.35º 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 #EFDB88 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 136 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.06 |
| HSL | 48.35º | 0.76% | 0.74% | - |
| HSV(B) | 48.35º | 0.43% | 0.94% | - |
| XYZ | 65.37 | 70.79 | 33.51 | - |
| YUV | 215.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 136 | 0 | 0.08 | 0.43 | 0.06 | 48.35 | 0.76 | 0.74 |
| Hex | EF | DB | 88 | 0 | 8 | 2B | 6 | 30 | 4C | 4A |
| Octal | 357 | 333 | 210 | 0 | 10 | 53 | 6 | 60 | 114 | 112 |
| Binary | 11101111 | 11011011 | 10001000 | 0 | 1000 | 101011 | 110 | 110000 | 1001100 | 1001010 |
Color Harmonies of #EFDB88
Complementary color
Monochromatic Colors of #EFDB88
Black with #EFDB88
Text Example
Text Example
White with #EFDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB88; }
p { color: rgb(239,219,136); }
H1.HeaderClassName
{
color: #EFDB88;
}
.AnyTagClassName
{
color: #EFDB88;
}
</style>
background-color css
<style>
a { background-color: #EFDB88; }
a { background-color: rgb(239,219,136); }
div.DivClassName
{
background-color: #EFDB88;
}
.BgClassName
{
background-color: #EFDB88;
}
</style>
border-color css
<style>
span { border-color: #EFDB88; }
span { border-color: rgb(239,219,136); }
td.TdClassName
{
border-color: #EFDB88;
}
.TagClassName
{
border-color: #EFDB88;
}
</style>