Shades of Buff #EFDC89
Tints of Buff #EFDC89
RGB
CMYK
RGB Variations
Color information
#EFDC89 (or 0xEFDC89) is known color: Buff. HEX triplet: EF, DC and 89. RGB value is (239,220,137). Sum of RGB (Red+Green+Blue) = 239+220+137=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC89 is #102376. Grayscale: #D8D8D8. Windows color (decimal): -1057655 or 9034991. OLE color: 9034991.
HSL color Cylindrical-coordinate representation of color #EFDC89: hue angle of 48.82º 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 #EFDC89 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 137 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.06 |
| HSL | 48.82º | 0.76% | 0.74% | - |
| HSV(B) | 48.82º | 0.43% | 0.94% | - |
| XYZ | 65.71 | 71.34 | 33.97 | - |
| YUV | 216.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 137 | 0 | 0.08 | 0.43 | 0.06 | 48.82 | 0.76 | 0.74 |
| Hex | EF | DC | 89 | 0 | 8 | 2B | 6 | 31 | 4C | 4A |
| Octal | 357 | 334 | 211 | 0 | 10 | 53 | 6 | 61 | 114 | 112 |
| Binary | 11101111 | 11011100 | 10001001 | 0 | 1000 | 101011 | 110 | 110001 | 1001100 | 1001010 |
Color Harmonies of #EFDC89
Complementary color
Monochromatic Colors of #EFDC89
Black with #EFDC89
Text Example
Text Example
White with #EFDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC89; }
p { color: rgb(239,220,137); }
H1.HeaderClassName
{
color: #EFDC89;
}
.AnyTagClassName
{
color: #EFDC89;
}
</style>
background-color css
<style>
a { background-color: #EFDC89; }
a { background-color: rgb(239,220,137); }
div.DivClassName
{
background-color: #EFDC89;
}
.BgClassName
{
background-color: #EFDC89;
}
</style>
border-color css
<style>
span { border-color: #EFDC89; }
span { border-color: rgb(239,220,137); }
td.TdClassName
{
border-color: #EFDC89;
}
.TagClassName
{
border-color: #EFDC89;
}
</style>