Shades of Tacao #EFB377
Tints of Tacao #EFB377
RGB
CMYK
RGB Variations
Color information
#EFB377 (or 0xEFB377) is known color: Tacao. HEX triplet: EF, B3 and 77. RGB value is (239,179,119). Sum of RGB (Red+Green+Blue) = 239+179+119=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB377 is #104C88. Grayscale: #BEBEBE. Windows color (decimal): -1068169 or 7844847. OLE color: 7844847.
HSL color Cylindrical-coordinate representation of color #EFB377: hue angle of 30º 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 #EFB377 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 119 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.06 |
| HSL | 30º | 0.79% | 0.7% | - |
| HSV(B) | 30º | 0.5% | 0.94% | - |
| XYZ | 55.05 | 51.92 | 24.57 | - |
| YUV | 190.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 119 | 0 | 0.25 | 0.50 | 0.06 | 30 | 0.79 | 0.7 |
| Hex | EF | B3 | 77 | 0 | 19 | 32 | 6 | 1E | 4F | 46 |
| Octal | 357 | 263 | 167 | 0 | 31 | 62 | 6 | 36 | 117 | 106 |
| Binary | 11101111 | 10110011 | 1110111 | 0 | 11001 | 110010 | 110 | 11110 | 1001111 | 1000110 |
Color Harmonies of #EFB377
Complementary color
Monochromatic Colors of #EFB377
Black with #EFB377
Text Example
Text Example
White with #EFB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB377; }
p { color: rgb(239,179,119); }
H1.HeaderClassName
{
color: #EFB377;
}
.AnyTagClassName
{
color: #EFB377;
}
</style>
background-color css
<style>
a { background-color: #EFB377; }
a { background-color: rgb(239,179,119); }
div.DivClassName
{
background-color: #EFB377;
}
.BgClassName
{
background-color: #EFB377;
}
</style>
border-color css
<style>
span { border-color: #EFB377; }
span { border-color: rgb(239,179,119); }
td.TdClassName
{
border-color: #EFB377;
}
.TagClassName
{
border-color: #EFB377;
}
</style>