Shades of Tacao #EEA57F
Tints of Tacao #EEA57F
RGB
CMYK
RGB Variations
Color information
#EEA57F (or 0xEEA57F) is known color: Tacao. HEX triplet: EE, A5 and 7F. RGB value is (238,165,127). Sum of RGB (Red+Green+Blue) = 238+165+127=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA57F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA57F is #115A80. Grayscale: #B6B6B6. Windows color (decimal): -1137281 or 8365550. OLE color: 8365550.
HSL color Cylindrical-coordinate representation of color #EEA57F: hue angle of 20.54º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEA57F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 127 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.07 |
| HSL | 20.54º | 0.77% | 0.72% | - |
| HSV(B) | 20.54º | 0.47% | 0.93% | - |
| XYZ | 52.55 | 46.62 | 26.31 | - |
| YUV | 182.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 127 | 0 | 0.31 | 0.47 | 0.07 | 20.54 | 0.77 | 0.72 |
| Hex | EE | A5 | 7F | 0 | 1F | 2F | 7 | 15 | 4D | 48 |
| Octal | 356 | 245 | 177 | 0 | 37 | 57 | 7 | 25 | 115 | 110 |
| Binary | 11101110 | 10100101 | 1111111 | 0 | 11111 | 101111 | 111 | 10101 | 1001101 | 1001000 |
Color Harmonies of #EEA57F
Complementary color
Monochromatic Colors of #EEA57F
Black with #EEA57F
Text Example
Text Example
White with #EEA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA57F; }
p { color: rgb(238,165,127); }
H1.HeaderClassName
{
color: #EEA57F;
}
.AnyTagClassName
{
color: #EEA57F;
}
</style>
background-color css
<style>
a { background-color: #EEA57F; }
a { background-color: rgb(238,165,127); }
div.DivClassName
{
background-color: #EEA57F;
}
.BgClassName
{
background-color: #EEA57F;
}
</style>
border-color css
<style>
span { border-color: #EEA57F; }
span { border-color: rgb(238,165,127); }
td.TdClassName
{
border-color: #EEA57F;
}
.TagClassName
{
border-color: #EEA57F;
}
</style>