Shades of Tacao #EFB37C
Tints of Tacao #EFB37C
RGB
CMYK
RGB Variations
Color information
#EFB37C (or 0xEFB37C) is known color: Tacao. HEX triplet: EF, B3 and 7C. RGB value is (239,179,124). Sum of RGB (Red+Green+Blue) = 239+179+124=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB37C is #104C83. Grayscale: #BEBEBE. Windows color (decimal): -1068164 or 8172527. OLE color: 8172527.
HSL color Cylindrical-coordinate representation of color #EFB37C: hue angle of 28.7º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFB37C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 124 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.06 |
| HSL | 28.7º | 0.78% | 0.71% | - |
| HSV(B) | 28.7º | 0.48% | 0.94% | - |
| XYZ | 55.35 | 52.05 | 26.2 | - |
| YUV | 190.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 124 | 0 | 0.25 | 0.48 | 0.06 | 28.7 | 0.78 | 0.71 |
| Hex | EF | B3 | 7C | 0 | 19 | 30 | 6 | 1D | 4E | 47 |
| Octal | 357 | 263 | 174 | 0 | 31 | 60 | 6 | 35 | 116 | 107 |
| Binary | 11101111 | 10110011 | 1111100 | 0 | 11001 | 110000 | 110 | 11101 | 1001110 | 1000111 |
Color Harmonies of #EFB37C
Complementary color
Monochromatic Colors of #EFB37C
Black with #EFB37C
Text Example
Text Example
White with #EFB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB37C; }
p { color: rgb(239,179,124); }
H1.HeaderClassName
{
color: #EFB37C;
}
.AnyTagClassName
{
color: #EFB37C;
}
</style>
background-color css
<style>
a { background-color: #EFB37C; }
a { background-color: rgb(239,179,124); }
div.DivClassName
{
background-color: #EFB37C;
}
.BgClassName
{
background-color: #EFB37C;
}
</style>
border-color css
<style>
span { border-color: #EFB37C; }
span { border-color: rgb(239,179,124); }
td.TdClassName
{
border-color: #EFB37C;
}
.TagClassName
{
border-color: #EFB37C;
}
</style>