Shades of Tulip Tree #E7A440
Tints of Tulip Tree #E7A440
RGB
CMYK
RGB Variations
Color information
#E7A440 (or 0xE7A440) is known color: Tulip Tree. HEX triplet: E7, A4 and 40. RGB value is (231,164,64). Sum of RGB (Red+Green+Blue) = 231+164+64=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A440 is #185BBF. Grayscale: #ADADAD. Windows color (decimal): -1596352 or 4236519. OLE color: 4236519.
HSL color Cylindrical-coordinate representation of color #E7A440: hue angle of 35.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7A440 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 64 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.09 |
| HSL | 35.93º | 0.78% | 0.58% | - |
| HSV(B) | 35.93º | 0.72% | 0.91% | - |
| XYZ | 47.16 | 43.91 | 10.84 | - |
| YUV | 172.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 64 | 0 | 0.29 | 0.72 | 0.09 | 35.93 | 0.78 | 0.58 |
| Hex | E7 | A4 | 40 | 0 | 1D | 48 | 9 | 24 | 4E | 3A |
| Octal | 347 | 244 | 100 | 0 | 35 | 110 | 11 | 44 | 116 | 72 |
| Binary | 11100111 | 10100100 | 1000000 | 0 | 11101 | 1001000 | 1001 | 100100 | 1001110 | 111010 |
Color Harmonies of #E7A440
Complementary color
Monochromatic Colors of #E7A440
Black with #E7A440
Text Example
Text Example
White with #E7A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A440; }
p { color: rgb(231,164,64); }
H1.HeaderClassName
{
color: #E7A440;
}
.AnyTagClassName
{
color: #E7A440;
}
</style>
background-color css
<style>
a { background-color: #E7A440; }
a { background-color: rgb(231,164,64); }
div.DivClassName
{
background-color: #E7A440;
}
.BgClassName
{
background-color: #E7A440;
}
</style>
border-color css
<style>
span { border-color: #E7A440; }
span { border-color: rgb(231,164,64); }
td.TdClassName
{
border-color: #E7A440;
}
.TagClassName
{
border-color: #E7A440;
}
</style>