Shades of Tulip Tree #E7A13B
Tints of Tulip Tree #E7A13B
RGB
CMYK
RGB Variations
Color information
#E7A13B (or 0xE7A13B) is known color: Tulip Tree. HEX triplet: E7, A1 and 3B. RGB value is (231,161,59). Sum of RGB (Red+Green+Blue) = 231+161+59=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A13B is #185EC4. Grayscale: #AAAAAA. Windows color (decimal): -1597125 or 3908071. OLE color: 3908071.
HSL color Cylindrical-coordinate representation of color #E7A13B: hue angle of 35.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7A13B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 59 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.09 |
| HSL | 35.58º | 0.78% | 0.57% | - |
| HSV(B) | 35.58º | 0.74% | 0.91% | - |
| XYZ | 46.49 | 42.79 | 9.95 | - |
| YUV | 170.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 59 | 0 | 0.30 | 0.74 | 0.09 | 35.58 | 0.78 | 0.57 |
| Hex | E7 | A1 | 3B | 0 | 1E | 4A | 9 | 24 | 4E | 39 |
| Octal | 347 | 241 | 73 | 0 | 36 | 112 | 11 | 44 | 116 | 71 |
| Binary | 11100111 | 10100001 | 111011 | 0 | 11110 | 1001010 | 1001 | 100100 | 1001110 | 111001 |
Color Harmonies of #E7A13B
Complementary color
Monochromatic Colors of #E7A13B
Black with #E7A13B
Text Example
Text Example
White with #E7A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A13B; }
p { color: rgb(231,161,59); }
H1.HeaderClassName
{
color: #E7A13B;
}
.AnyTagClassName
{
color: #E7A13B;
}
</style>
background-color css
<style>
a { background-color: #E7A13B; }
a { background-color: rgb(231,161,59); }
div.DivClassName
{
background-color: #E7A13B;
}
.BgClassName
{
background-color: #E7A13B;
}
</style>
border-color css
<style>
span { border-color: #E7A13B; }
span { border-color: rgb(231,161,59); }
td.TdClassName
{
border-color: #E7A13B;
}
.TagClassName
{
border-color: #E7A13B;
}
</style>