Shades of Buff #EFD588
Tints of Buff #EFD588
RGB
CMYK
RGB Variations
Color information
#EFD588 (or 0xEFD588) is known color: Buff. HEX triplet: EF, D5 and 88. RGB value is (239,213,136). Sum of RGB (Red+Green+Blue) = 239+213+136=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD588 is #102A77. Grayscale: #D4D4D4. Windows color (decimal): -1059448 or 8967663. OLE color: 8967663.
HSL color Cylindrical-coordinate representation of color #EFD588: hue angle of 44.85º 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 #EFD588 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 136 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.06 |
| HSL | 44.85º | 0.76% | 0.74% | - |
| HSV(B) | 44.85º | 0.43% | 0.94% | - |
| XYZ | 63.83 | 67.72 | 33 | - |
| YUV | 212 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 136 | 0 | 0.11 | 0.43 | 0.06 | 44.85 | 0.76 | 0.74 |
| Hex | EF | D5 | 88 | 0 | B | 2B | 6 | 2D | 4C | 4A |
| Octal | 357 | 325 | 210 | 0 | 13 | 53 | 6 | 55 | 114 | 112 |
| Binary | 11101111 | 11010101 | 10001000 | 0 | 1011 | 101011 | 110 | 101101 | 1001100 | 1001010 |
Color Harmonies of #EFD588
Complementary color
Monochromatic Colors of #EFD588
Black with #EFD588
Text Example
Text Example
White with #EFD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD588; }
p { color: rgb(239,213,136); }
H1.HeaderClassName
{
color: #EFD588;
}
.AnyTagClassName
{
color: #EFD588;
}
</style>
background-color css
<style>
a { background-color: #EFD588; }
a { background-color: rgb(239,213,136); }
div.DivClassName
{
background-color: #EFD588;
}
.BgClassName
{
background-color: #EFD588;
}
</style>
border-color css
<style>
span { border-color: #EFD588; }
span { border-color: rgb(239,213,136); }
td.TdClassName
{
border-color: #EFD588;
}
.TagClassName
{
border-color: #EFD588;
}
</style>