Shades of Tacao #EFB577
Tints of Tacao #EFB577
RGB
CMYK
RGB Variations
Color information
#EFB577 (or 0xEFB577) is known color: Tacao. HEX triplet: EF, B5 and 77. RGB value is (239,181,119). Sum of RGB (Red+Green+Blue) = 239+181+119=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB577 is #104A88. Grayscale: #BFBFBF. Windows color (decimal): -1067657 or 7845359. OLE color: 7845359.
HSL color Cylindrical-coordinate representation of color #EFB577: hue angle of 31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFB577 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 119 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.06 |
| HSL | 31º | 0.79% | 0.7% | - |
| HSV(B) | 31º | 0.5% | 0.94% | - |
| XYZ | 55.45 | 52.73 | 24.71 | - |
| YUV | 191.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 119 | 0 | 0.24 | 0.50 | 0.06 | 31 | 0.79 | 0.7 |
| Hex | EF | B5 | 77 | 0 | 18 | 32 | 6 | 1F | 4F | 46 |
| Octal | 357 | 265 | 167 | 0 | 30 | 62 | 6 | 37 | 117 | 106 |
| Binary | 11101111 | 10110101 | 1110111 | 0 | 11000 | 110010 | 110 | 11111 | 1001111 | 1000110 |
Color Harmonies of #EFB577
Complementary color
Monochromatic Colors of #EFB577
Black with #EFB577
Text Example
Text Example
White with #EFB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB577; }
p { color: rgb(239,181,119); }
H1.HeaderClassName
{
color: #EFB577;
}
.AnyTagClassName
{
color: #EFB577;
}
</style>
background-color css
<style>
a { background-color: #EFB577; }
a { background-color: rgb(239,181,119); }
div.DivClassName
{
background-color: #EFB577;
}
.BgClassName
{
background-color: #EFB577;
}
</style>
border-color css
<style>
span { border-color: #EFB577; }
span { border-color: rgb(239,181,119); }
td.TdClassName
{
border-color: #EFB577;
}
.TagClassName
{
border-color: #EFB577;
}
</style>