Shades of Tacao #EFA57E
Tints of Tacao #EFA57E
RGB
CMYK
RGB Variations
Color information
#EFA57E (or 0xEFA57E) is known color: Tacao. HEX triplet: EF, A5 and 7E. RGB value is (239,165,126). Sum of RGB (Red+Green+Blue) = 239+165+126=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA57E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA57E is #105A81. Grayscale: #B6B6B6. Windows color (decimal): -1071746 or 8300015. OLE color: 8300015.
HSL color Cylindrical-coordinate representation of color #EFA57E: hue angle of 20.71º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFA57E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 126 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.06 |
| HSL | 20.71º | 0.78% | 0.72% | - |
| HSV(B) | 20.71º | 0.47% | 0.94% | - |
| XYZ | 52.82 | 46.77 | 25.98 | - |
| YUV | 182.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 126 | 0 | 0.31 | 0.47 | 0.06 | 20.71 | 0.78 | 0.72 |
| Hex | EF | A5 | 7E | 0 | 1F | 2F | 6 | 15 | 4E | 48 |
| Octal | 357 | 245 | 176 | 0 | 37 | 57 | 6 | 25 | 116 | 110 |
| Binary | 11101111 | 10100101 | 1111110 | 0 | 11111 | 101111 | 110 | 10101 | 1001110 | 1001000 |
Color Harmonies of #EFA57E
Complementary color
Monochromatic Colors of #EFA57E
Black with #EFA57E
Text Example
Text Example
White with #EFA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA57E; }
p { color: rgb(239,165,126); }
H1.HeaderClassName
{
color: #EFA57E;
}
.AnyTagClassName
{
color: #EFA57E;
}
</style>
background-color css
<style>
a { background-color: #EFA57E; }
a { background-color: rgb(239,165,126); }
div.DivClassName
{
background-color: #EFA57E;
}
.BgClassName
{
background-color: #EFA57E;
}
</style>
border-color css
<style>
span { border-color: #EFA57E; }
span { border-color: rgb(239,165,126); }
td.TdClassName
{
border-color: #EFA57E;
}
.TagClassName
{
border-color: #EFA57E;
}
</style>