Shades of Tacao #EFB081
Tints of Tacao #EFB081
RGB
CMYK
RGB Variations
Color information
#EFB081 (or 0xEFB081) is known color: Tacao. HEX triplet: EF, B0 and 81. RGB value is (239,176,129). Sum of RGB (Red+Green+Blue) = 239+176+129=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB081 is #104F7E. Grayscale: #BDBDBD. Windows color (decimal): -1068927 or 8499439. OLE color: 8499439.
HSL color Cylindrical-coordinate representation of color #EFB081: hue angle of 25.64º 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 #EFB081 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 129 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.06 |
| HSL | 25.64º | 0.77% | 0.72% | - |
| HSV(B) | 25.64º | 0.46% | 0.94% | - |
| XYZ | 55.08 | 50.99 | 27.71 | - |
| YUV | 189.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 129 | 0 | 0.26 | 0.46 | 0.06 | 25.64 | 0.77 | 0.72 |
| Hex | EF | B0 | 81 | 0 | 1A | 2E | 6 | 1A | 4D | 48 |
| Octal | 357 | 260 | 201 | 0 | 32 | 56 | 6 | 32 | 115 | 110 |
| Binary | 11101111 | 10110000 | 10000001 | 0 | 11010 | 101110 | 110 | 11010 | 1001101 | 1001000 |
Color Harmonies of #EFB081
Complementary color
Monochromatic Colors of #EFB081
Black with #EFB081
Text Example
Text Example
White with #EFB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB081; }
p { color: rgb(239,176,129); }
H1.HeaderClassName
{
color: #EFB081;
}
.AnyTagClassName
{
color: #EFB081;
}
</style>
background-color css
<style>
a { background-color: #EFB081; }
a { background-color: rgb(239,176,129); }
div.DivClassName
{
background-color: #EFB081;
}
.BgClassName
{
background-color: #EFB081;
}
</style>
border-color css
<style>
span { border-color: #EFB081; }
span { border-color: rgb(239,176,129); }
td.TdClassName
{
border-color: #EFB081;
}
.TagClassName
{
border-color: #EFB081;
}
</style>