Shades of Tacao #EFB375
Tints of Tacao #EFB375
RGB
CMYK
RGB Variations
Color information
#EFB375 (or 0xEFB375) is known color: Tacao. HEX triplet: EF, B3 and 75. RGB value is (239,179,117). Sum of RGB (Red+Green+Blue) = 239+179+117=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB375 is #104C8A. Grayscale: #BEBEBE. Windows color (decimal): -1068171 or 7713775. OLE color: 7713775.
HSL color Cylindrical-coordinate representation of color #EFB375: hue angle of 30.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB375 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 117 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.06 |
| HSL | 30.49º | 0.79% | 0.7% | - |
| HSV(B) | 30.49º | 0.51% | 0.94% | - |
| XYZ | 54.93 | 51.88 | 23.95 | - |
| YUV | 189.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 117 | 0 | 0.25 | 0.51 | 0.06 | 30.49 | 0.79 | 0.7 |
| Hex | EF | B3 | 75 | 0 | 19 | 33 | 6 | 1E | 4F | 46 |
| Octal | 357 | 263 | 165 | 0 | 31 | 63 | 6 | 36 | 117 | 106 |
| Binary | 11101111 | 10110011 | 1110101 | 0 | 11001 | 110011 | 110 | 11110 | 1001111 | 1000110 |
Color Harmonies of #EFB375
Complementary color
Monochromatic Colors of #EFB375
Black with #EFB375
Text Example
Text Example
White with #EFB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB375; }
p { color: rgb(239,179,117); }
H1.HeaderClassName
{
color: #EFB375;
}
.AnyTagClassName
{
color: #EFB375;
}
</style>
background-color css
<style>
a { background-color: #EFB375; }
a { background-color: rgb(239,179,117); }
div.DivClassName
{
background-color: #EFB375;
}
.BgClassName
{
background-color: #EFB375;
}
</style>
border-color css
<style>
span { border-color: #EFB375; }
span { border-color: rgb(239,179,117); }
td.TdClassName
{
border-color: #EFB375;
}
.TagClassName
{
border-color: #EFB375;
}
</style>