Shades of Tacao #EFB181
Tints of Tacao #EFB181
RGB
CMYK
RGB Variations
Color information
#EFB181 (or 0xEFB181) is known color: Tacao. HEX triplet: EF, B1 and 81. RGB value is (239,177,129). Sum of RGB (Red+Green+Blue) = 239+177+129=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB181 is #104E7E. Grayscale: #BEBEBE. Windows color (decimal): -1068671 or 8499695. OLE color: 8499695.
HSL color Cylindrical-coordinate representation of color #EFB181: hue angle of 26.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFB181 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 129 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.06 |
| HSL | 26.18º | 0.77% | 0.72% | - |
| HSV(B) | 26.18º | 0.46% | 0.94% | - |
| XYZ | 55.28 | 51.38 | 27.77 | - |
| YUV | 190.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 129 | 0 | 0.26 | 0.46 | 0.06 | 26.18 | 0.77 | 0.72 |
| Hex | EF | B1 | 81 | 0 | 1A | 2E | 6 | 1A | 4D | 48 |
| Octal | 357 | 261 | 201 | 0 | 32 | 56 | 6 | 32 | 115 | 110 |
| Binary | 11101111 | 10110001 | 10000001 | 0 | 11010 | 101110 | 110 | 11010 | 1001101 | 1001000 |
Color Harmonies of #EFB181
Complementary color
Monochromatic Colors of #EFB181
Black with #EFB181
Text Example
Text Example
White with #EFB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB181; }
p { color: rgb(239,177,129); }
H1.HeaderClassName
{
color: #EFB181;
}
.AnyTagClassName
{
color: #EFB181;
}
</style>
background-color css
<style>
a { background-color: #EFB181; }
a { background-color: rgb(239,177,129); }
div.DivClassName
{
background-color: #EFB181;
}
.BgClassName
{
background-color: #EFB181;
}
</style>
border-color css
<style>
span { border-color: #EFB181; }
span { border-color: rgb(239,177,129); }
td.TdClassName
{
border-color: #EFB181;
}
.TagClassName
{
border-color: #EFB181;
}
</style>