Shades of Buff #EFD988
Tints of Buff #EFD988
RGB
CMYK
RGB Variations
Color information
#EFD988 (or 0xEFD988) is known color: Buff. HEX triplet: EF, D9 and 88. RGB value is (239,217,136). Sum of RGB (Red+Green+Blue) = 239+217+136=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD988 is #102677. Grayscale: #D6D6D6. Windows color (decimal): -1058424 or 8968687. OLE color: 8968687.
HSL color Cylindrical-coordinate representation of color #EFD988: hue angle of 47.18º 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 #EFD988 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 136 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.06 |
| HSL | 47.18º | 0.76% | 0.74% | - |
| HSV(B) | 47.18º | 0.43% | 0.94% | - |
| XYZ | 64.85 | 69.75 | 33.34 | - |
| YUV | 214.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 136 | 0 | 0.09 | 0.43 | 0.06 | 47.18 | 0.76 | 0.74 |
| Hex | EF | D9 | 88 | 0 | 9 | 2B | 6 | 2F | 4C | 4A |
| Octal | 357 | 331 | 210 | 0 | 11 | 53 | 6 | 57 | 114 | 112 |
| Binary | 11101111 | 11011001 | 10001000 | 0 | 1001 | 101011 | 110 | 101111 | 1001100 | 1001010 |
Color Harmonies of #EFD988
Complementary color
Monochromatic Colors of #EFD988
Black with #EFD988
Text Example
Text Example
White with #EFD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD988; }
p { color: rgb(239,217,136); }
H1.HeaderClassName
{
color: #EFD988;
}
.AnyTagClassName
{
color: #EFD988;
}
</style>
background-color css
<style>
a { background-color: #EFD988; }
a { background-color: rgb(239,217,136); }
div.DivClassName
{
background-color: #EFD988;
}
.BgClassName
{
background-color: #EFD988;
}
</style>
border-color css
<style>
span { border-color: #EFD988; }
span { border-color: rgb(239,217,136); }
td.TdClassName
{
border-color: #EFD988;
}
.TagClassName
{
border-color: #EFD988;
}
</style>