Shades of Tacao #EFB175
Tints of Tacao #EFB175
RGB
CMYK
RGB Variations
Color information
#EFB175 (or 0xEFB175) is known color: Tacao. HEX triplet: EF, B1 and 75. RGB value is (239,177,117). Sum of RGB (Red+Green+Blue) = 239+177+117=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB175 is #104E8A. Grayscale: #BDBDBD. Windows color (decimal): -1068683 or 7713263. OLE color: 7713263.
HSL color Cylindrical-coordinate representation of color #EFB175: hue angle of 29.51º 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 #EFB175 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 117 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.06 |
| HSL | 29.51º | 0.79% | 0.7% | - |
| HSV(B) | 29.51º | 0.51% | 0.94% | - |
| XYZ | 54.53 | 51.08 | 23.81 | - |
| YUV | 188.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 117 | 0 | 0.26 | 0.51 | 0.06 | 29.51 | 0.79 | 0.7 |
| Hex | EF | B1 | 75 | 0 | 1A | 33 | 6 | 1E | 4F | 46 |
| Octal | 357 | 261 | 165 | 0 | 32 | 63 | 6 | 36 | 117 | 106 |
| Binary | 11101111 | 10110001 | 1110101 | 0 | 11010 | 110011 | 110 | 11110 | 1001111 | 1000110 |
Color Harmonies of #EFB175
Complementary color
Monochromatic Colors of #EFB175
Black with #EFB175
Text Example
Text Example
White with #EFB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB175; }
p { color: rgb(239,177,117); }
H1.HeaderClassName
{
color: #EFB175;
}
.AnyTagClassName
{
color: #EFB175;
}
</style>
background-color css
<style>
a { background-color: #EFB175; }
a { background-color: rgb(239,177,117); }
div.DivClassName
{
background-color: #EFB175;
}
.BgClassName
{
background-color: #EFB175;
}
</style>
border-color css
<style>
span { border-color: #EFB175; }
span { border-color: rgb(239,177,117); }
td.TdClassName
{
border-color: #EFB175;
}
.TagClassName
{
border-color: #EFB175;
}
</style>