Shades of Tacao #EFB173
Tints of Tacao #EFB173
RGB
CMYK
RGB Variations
Color information
#EFB173 (or 0xEFB173) is known color: Tacao. HEX triplet: EF, B1 and 73. RGB value is (239,177,115). Sum of RGB (Red+Green+Blue) = 239+177+115=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB173 is #104E8C. Grayscale: #BCBCBC. Windows color (decimal): -1068685 or 7582191. OLE color: 7582191.
HSL color Cylindrical-coordinate representation of color #EFB173: hue angle of 30º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB173 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 115 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.06 |
| HSL | 30º | 0.79% | 0.69% | - |
| HSV(B) | 30º | 0.52% | 0.94% | - |
| XYZ | 54.41 | 51.03 | 23.2 | - |
| YUV | 188.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 115 | 0 | 0.26 | 0.52 | 0.06 | 30 | 0.79 | 0.69 |
| Hex | EF | B1 | 73 | 0 | 1A | 34 | 6 | 1E | 4F | 45 |
| Octal | 357 | 261 | 163 | 0 | 32 | 64 | 6 | 36 | 117 | 105 |
| Binary | 11101111 | 10110001 | 1110011 | 0 | 11010 | 110100 | 110 | 11110 | 1001111 | 1000101 |
Color Harmonies of #EFB173
Complementary color
Monochromatic Colors of #EFB173
Black with #EFB173
Text Example
Text Example
White with #EFB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB173; }
p { color: rgb(239,177,115); }
H1.HeaderClassName
{
color: #EFB173;
}
.AnyTagClassName
{
color: #EFB173;
}
</style>
background-color css
<style>
a { background-color: #EFB173; }
a { background-color: rgb(239,177,115); }
div.DivClassName
{
background-color: #EFB173;
}
.BgClassName
{
background-color: #EFB173;
}
</style>
border-color css
<style>
span { border-color: #EFB173; }
span { border-color: rgb(239,177,115); }
td.TdClassName
{
border-color: #EFB173;
}
.TagClassName
{
border-color: #EFB173;
}
</style>