Shades of Tacao #EFA680
Tints of Tacao #EFA680
RGB
CMYK
RGB Variations
Color information
#EFA680 (or 0xEFA680) is known color: Tacao. HEX triplet: EF, A6 and 80. RGB value is (239,166,128). Sum of RGB (Red+Green+Blue) = 239+166+128=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA680 is #10597F. Grayscale: #B7B7B7. Windows color (decimal): -1071488 or 8431343. OLE color: 8431343.
HSL color Cylindrical-coordinate representation of color #EFA680: hue angle of 20.54º 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 #EFA680 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 128 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.06 |
| HSL | 20.54º | 0.78% | 0.72% | - |
| HSV(B) | 20.54º | 0.46% | 0.94% | - |
| XYZ | 53.13 | 47.18 | 26.73 | - |
| YUV | 183.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 128 | 0 | 0.31 | 0.46 | 0.06 | 20.54 | 0.78 | 0.72 |
| Hex | EF | A6 | 80 | 0 | 1F | 2E | 6 | 15 | 4E | 48 |
| Octal | 357 | 246 | 200 | 0 | 37 | 56 | 6 | 25 | 116 | 110 |
| Binary | 11101111 | 10100110 | 10000000 | 0 | 11111 | 101110 | 110 | 10101 | 1001110 | 1001000 |
Color Harmonies of #EFA680
Complementary color
Monochromatic Colors of #EFA680
Black with #EFA680
Text Example
Text Example
White with #EFA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA680; }
p { color: rgb(239,166,128); }
H1.HeaderClassName
{
color: #EFA680;
}
.AnyTagClassName
{
color: #EFA680;
}
</style>
background-color css
<style>
a { background-color: #EFA680; }
a { background-color: rgb(239,166,128); }
div.DivClassName
{
background-color: #EFA680;
}
.BgClassName
{
background-color: #EFA680;
}
</style>
border-color css
<style>
span { border-color: #EFA680; }
span { border-color: rgb(239,166,128); }
td.TdClassName
{
border-color: #EFA680;
}
.TagClassName
{
border-color: #EFA680;
}
</style>