Shades of Tacao #EFB180
Tints of Tacao #EFB180
RGB
CMYK
RGB Variations
Color information
#EFB180 (or 0xEFB180) is known color: Tacao. HEX triplet: EF, B1 and 80. RGB value is (239,177,128). Sum of RGB (Red+Green+Blue) = 239+177+128=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB180 is #104E7F. Grayscale: #BEBEBE. Windows color (decimal): -1068672 or 8434159. OLE color: 8434159.
HSL color Cylindrical-coordinate representation of color #EFB180: hue angle of 26.49º degrees, saturation: 0.78, 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 #EFB180 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.06 |
| HSL | 26.49º | 0.78% | 0.72% | - |
| HSV(B) | 26.49º | 0.46% | 0.94% | - |
| XYZ | 55.22 | 51.35 | 27.42 | - |
| YUV | 189.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 128 | 0 | 0.26 | 0.46 | 0.06 | 26.49 | 0.78 | 0.72 |
| Hex | EF | B1 | 80 | 0 | 1A | 2E | 6 | 1A | 4E | 48 |
| Octal | 357 | 261 | 200 | 0 | 32 | 56 | 6 | 32 | 116 | 110 |
| Binary | 11101111 | 10110001 | 10000000 | 0 | 11010 | 101110 | 110 | 11010 | 1001110 | 1001000 |
Color Harmonies of #EFB180
Complementary color
Monochromatic Colors of #EFB180
Black with #EFB180
Text Example
Text Example
White with #EFB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB180; }
p { color: rgb(239,177,128); }
H1.HeaderClassName
{
color: #EFB180;
}
.AnyTagClassName
{
color: #EFB180;
}
</style>
background-color css
<style>
a { background-color: #EFB180; }
a { background-color: rgb(239,177,128); }
div.DivClassName
{
background-color: #EFB180;
}
.BgClassName
{
background-color: #EFB180;
}
</style>
border-color css
<style>
span { border-color: #EFB180; }
span { border-color: rgb(239,177,128); }
td.TdClassName
{
border-color: #EFB180;
}
.TagClassName
{
border-color: #EFB180;
}
</style>