Shades of Tacao #EEA77F
Tints of Tacao #EEA77F
RGB
CMYK
RGB Variations
Color information
#EEA77F (or 0xEEA77F) is known color: Tacao. HEX triplet: EE, A7 and 7F. RGB value is (238,167,127). Sum of RGB (Red+Green+Blue) = 238+167+127=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA77F is #115880. Grayscale: #B7B7B7. Windows color (decimal): -1136769 or 8366062. OLE color: 8366062.
HSL color Cylindrical-coordinate representation of color #EEA77F: hue angle of 21.62º 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 #EEA77F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 127 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 21.62º | 0.77% | 0.72% | - |
| HSV(B) | 21.62º | 0.47% | 0.93% | - |
| XYZ | 52.91 | 47.35 | 26.43 | - |
| YUV | 183.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 127 | 0 | 0.30 | 0.47 | 0.07 | 21.62 | 0.77 | 0.72 |
| Hex | EE | A7 | 7F | 0 | 1E | 2F | 7 | 16 | 4D | 48 |
| Octal | 356 | 247 | 177 | 0 | 36 | 57 | 7 | 26 | 115 | 110 |
| Binary | 11101110 | 10100111 | 1111111 | 0 | 11110 | 101111 | 111 | 10110 | 1001101 | 1001000 |
Color Harmonies of #EEA77F
Complementary color
Monochromatic Colors of #EEA77F
Black with #EEA77F
Text Example
Text Example
White with #EEA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA77F; }
p { color: rgb(238,167,127); }
H1.HeaderClassName
{
color: #EEA77F;
}
.AnyTagClassName
{
color: #EEA77F;
}
</style>
background-color css
<style>
a { background-color: #EEA77F; }
a { background-color: rgb(238,167,127); }
div.DivClassName
{
background-color: #EEA77F;
}
.BgClassName
{
background-color: #EEA77F;
}
</style>
border-color css
<style>
span { border-color: #EEA77F; }
span { border-color: rgb(238,167,127); }
td.TdClassName
{
border-color: #EEA77F;
}
.TagClassName
{
border-color: #EEA77F;
}
</style>