Shades of Buff #EFDD89
Tints of Buff #EFDD89
RGB
CMYK
RGB Variations
Color information
#EFDD89 (or 0xEFDD89) is known color: Buff. HEX triplet: EF, DD and 89. RGB value is (239,221,137). Sum of RGB (Red+Green+Blue) = 239+221+137=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD89 is #102276. Grayscale: #D9D9D9. Windows color (decimal): -1057399 or 9035247. OLE color: 9035247.
HSL color Cylindrical-coordinate representation of color #EFDD89: hue angle of 49.41º 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 #EFDD89 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 137 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.06 |
| HSL | 49.41º | 0.76% | 0.74% | - |
| HSV(B) | 49.41º | 0.43% | 0.94% | - |
| XYZ | 65.97 | 71.87 | 34.06 | - |
| YUV | 216.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 137 | 0 | 0.08 | 0.43 | 0.06 | 49.41 | 0.76 | 0.74 |
| Hex | EF | DD | 89 | 0 | 8 | 2B | 6 | 31 | 4C | 4A |
| Octal | 357 | 335 | 211 | 0 | 10 | 53 | 6 | 61 | 114 | 112 |
| Binary | 11101111 | 11011101 | 10001001 | 0 | 1000 | 101011 | 110 | 110001 | 1001100 | 1001010 |
Color Harmonies of #EFDD89
Complementary color
Monochromatic Colors of #EFDD89
Black with #EFDD89
Text Example
Text Example
White with #EFDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD89; }
p { color: rgb(239,221,137); }
H1.HeaderClassName
{
color: #EFDD89;
}
.AnyTagClassName
{
color: #EFDD89;
}
</style>
background-color css
<style>
a { background-color: #EFDD89; }
a { background-color: rgb(239,221,137); }
div.DivClassName
{
background-color: #EFDD89;
}
.BgClassName
{
background-color: #EFDD89;
}
</style>
border-color css
<style>
span { border-color: #EFDD89; }
span { border-color: rgb(239,221,137); }
td.TdClassName
{
border-color: #EFDD89;
}
.TagClassName
{
border-color: #EFDD89;
}
</style>