Shades of Tacao #EEA77D
Tints of Tacao #EEA77D
RGB
CMYK
RGB Variations
Color information
#EEA77D (or 0xEEA77D) is known color: Tacao. HEX triplet: EE, A7 and 7D. RGB value is (238,167,125). Sum of RGB (Red+Green+Blue) = 238+167+125=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA77D is #115882. Grayscale: #B7B7B7. Windows color (decimal): -1136771 or 8234990. OLE color: 8234990.
HSL color Cylindrical-coordinate representation of color #EEA77D: hue angle of 22.3º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEA77D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 125 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 22.3º | 0.77% | 0.71% | - |
| HSV(B) | 22.3º | 0.47% | 0.93% | - |
| XYZ | 52.78 | 47.3 | 25.75 | - |
| YUV | 183.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 125 | 0 | 0.30 | 0.47 | 0.07 | 22.3 | 0.77 | 0.71 |
| Hex | EE | A7 | 7D | 0 | 1E | 2F | 7 | 16 | 4D | 47 |
| Octal | 356 | 247 | 175 | 0 | 36 | 57 | 7 | 26 | 115 | 107 |
| Binary | 11101110 | 10100111 | 1111101 | 0 | 11110 | 101111 | 111 | 10110 | 1001101 | 1000111 |
Color Harmonies of #EEA77D
Complementary color
Monochromatic Colors of #EEA77D
Black with #EEA77D
Text Example
Text Example
White with #EEA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA77D; }
p { color: rgb(238,167,125); }
H1.HeaderClassName
{
color: #EEA77D;
}
.AnyTagClassName
{
color: #EEA77D;
}
</style>
background-color css
<style>
a { background-color: #EEA77D; }
a { background-color: rgb(238,167,125); }
div.DivClassName
{
background-color: #EEA77D;
}
.BgClassName
{
background-color: #EEA77D;
}
</style>
border-color css
<style>
span { border-color: #EEA77D; }
span { border-color: rgb(238,167,125); }
td.TdClassName
{
border-color: #EEA77D;
}
.TagClassName
{
border-color: #EEA77D;
}
</style>