Shades of Tulip Tree #E7A94A
Tints of Tulip Tree #E7A94A
RGB
CMYK
RGB Variations
Color information
#E7A94A (or 0xE7A94A) is known color: Tulip Tree. HEX triplet: E7, A9 and 4A. RGB value is (231,169,74). Sum of RGB (Red+Green+Blue) = 231+169+74=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A94A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A94A is #1856B5. Grayscale: #B1B1B1. Windows color (decimal): -1595062 or 4893159. OLE color: 4893159.
HSL color Cylindrical-coordinate representation of color #E7A94A: hue angle of 36.31º 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 #E7A94A is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 74 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.09 |
| HSL | 36.31º | 0.77% | 0.6% | - |
| HSV(B) | 36.31º | 0.68% | 0.91% | - |
| XYZ | 48.38 | 45.86 | 12.78 | - |
| YUV | 176.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 74 | 0 | 0.27 | 0.68 | 0.09 | 36.31 | 0.77 | 0.6 |
| Hex | E7 | A9 | 4A | 0 | 1B | 44 | 9 | 24 | 4D | 3C |
| Octal | 347 | 251 | 112 | 0 | 33 | 104 | 11 | 44 | 115 | 74 |
| Binary | 11100111 | 10101001 | 1001010 | 0 | 11011 | 1000100 | 1001 | 100100 | 1001101 | 111100 |
Color Harmonies of #E7A94A
Complementary color
Monochromatic Colors of #E7A94A
Black with #E7A94A
Text Example
Text Example
White with #E7A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A94A; }
p { color: rgb(231,169,74); }
H1.HeaderClassName
{
color: #E7A94A;
}
.AnyTagClassName
{
color: #E7A94A;
}
</style>
background-color css
<style>
a { background-color: #E7A94A; }
a { background-color: rgb(231,169,74); }
div.DivClassName
{
background-color: #E7A94A;
}
.BgClassName
{
background-color: #E7A94A;
}
</style>
border-color css
<style>
span { border-color: #E7A94A; }
span { border-color: rgb(231,169,74); }
td.TdClassName
{
border-color: #E7A94A;
}
.TagClassName
{
border-color: #E7A94A;
}
</style>