Shades of Tulip Tree #E7AA4A
Tints of Tulip Tree #E7AA4A
RGB
CMYK
RGB Variations
Color information
#E7AA4A (or 0xE7AA4A) is known color: Tulip Tree. HEX triplet: E7, AA and 4A. RGB value is (231,170,74). Sum of RGB (Red+Green+Blue) = 231+170+74=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AA4A is #1855B5. Grayscale: #B1B1B1. Windows color (decimal): -1594806 or 4893415. OLE color: 4893415.
HSL color Cylindrical-coordinate representation of color #E7AA4A: hue angle of 36.69º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7AA4A is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 74 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.09 |
| HSL | 36.69º | 0.77% | 0.6% | - |
| HSV(B) | 36.69º | 0.68% | 0.91% | - |
| XYZ | 48.57 | 46.23 | 12.84 | - |
| YUV | 177.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 74 | 0 | 0.26 | 0.68 | 0.09 | 36.69 | 0.77 | 0.6 |
| Hex | E7 | AA | 4A | 0 | 1A | 44 | 9 | 25 | 4D | 3C |
| Octal | 347 | 252 | 112 | 0 | 32 | 104 | 11 | 45 | 115 | 74 |
| Binary | 11100111 | 10101010 | 1001010 | 0 | 11010 | 1000100 | 1001 | 100101 | 1001101 | 111100 |
Color Harmonies of #E7AA4A
Complementary color
Monochromatic Colors of #E7AA4A
Black with #E7AA4A
Text Example
Text Example
White with #E7AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA4A; }
p { color: rgb(231,170,74); }
H1.HeaderClassName
{
color: #E7AA4A;
}
.AnyTagClassName
{
color: #E7AA4A;
}
</style>
background-color css
<style>
a { background-color: #E7AA4A; }
a { background-color: rgb(231,170,74); }
div.DivClassName
{
background-color: #E7AA4A;
}
.BgClassName
{
background-color: #E7AA4A;
}
</style>
border-color css
<style>
span { border-color: #E7AA4A; }
span { border-color: rgb(231,170,74); }
td.TdClassName
{
border-color: #E7AA4A;
}
.TagClassName
{
border-color: #E7AA4A;
}
</style>