Shades of Tulip Tree #E8A440
Tints of Tulip Tree #E8A440
RGB
CMYK
RGB Variations
Color information
#E8A440 (or 0xE8A440) is known color: Tulip Tree. HEX triplet: E8, A4 and 40. RGB value is (232,164,64). Sum of RGB (Red+Green+Blue) = 232+164+64=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A440 is #175BBF. Grayscale: #ADADAD. Windows color (decimal): -1530816 or 4236520. OLE color: 4236520.
HSL color Cylindrical-coordinate representation of color #E8A440: hue angle of 35.71º degrees, saturation: 0.79, 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 #E8A440 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 164 | 64 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.09 |
| HSL | 35.71º | 0.79% | 0.58% | - |
| HSV(B) | 35.71º | 0.72% | 0.91% | - |
| XYZ | 47.48 | 44.08 | 10.86 | - |
| YUV | 172.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 64 | 0 | 0.29 | 0.72 | 0.09 | 35.71 | 0.79 | 0.58 |
| Hex | E8 | A4 | 40 | 0 | 1D | 48 | 9 | 24 | 4F | 3A |
| Octal | 350 | 244 | 100 | 0 | 35 | 110 | 11 | 44 | 117 | 72 |
| Binary | 11101000 | 10100100 | 1000000 | 0 | 11101 | 1001000 | 1001 | 100100 | 1001111 | 111010 |
Color Harmonies of #E8A440
Complementary color
Monochromatic Colors of #E8A440
Black with #E8A440
Text Example
Text Example
White with #E8A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A440; }
p { color: rgb(232,164,64); }
H1.HeaderClassName
{
color: #E8A440;
}
.AnyTagClassName
{
color: #E8A440;
}
</style>
background-color css
<style>
a { background-color: #E8A440; }
a { background-color: rgb(232,164,64); }
div.DivClassName
{
background-color: #E8A440;
}
.BgClassName
{
background-color: #E8A440;
}
</style>
border-color css
<style>
span { border-color: #E8A440; }
span { border-color: rgb(232,164,64); }
td.TdClassName
{
border-color: #E8A440;
}
.TagClassName
{
border-color: #E8A440;
}
</style>