Shades of Tulip Tree #E8AA42
Tints of Tulip Tree #E8AA42
RGB
CMYK
RGB Variations
Color information
#E8AA42 (or 0xE8AA42) is known color: Tulip Tree. HEX triplet: E8, AA and 42. RGB value is (232,170,66). Sum of RGB (Red+Green+Blue) = 232+170+66=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AA42 is #1755BD. Grayscale: #B1B1B1. Windows color (decimal): -1529278 or 4369128. OLE color: 4369128.
HSL color Cylindrical-coordinate representation of color #E8AA42: hue angle of 37.59º 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 #E8AA42 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 66 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.09 |
| HSL | 37.59º | 0.78% | 0.58% | - |
| HSV(B) | 37.59º | 0.72% | 0.91% | - |
| XYZ | 48.64 | 46.3 | 11.53 | - |
| YUV | 176.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 66 | 0 | 0.27 | 0.72 | 0.09 | 37.59 | 0.78 | 0.58 |
| Hex | E8 | AA | 42 | 0 | 1B | 48 | 9 | 26 | 4E | 3A |
| Octal | 350 | 252 | 102 | 0 | 33 | 110 | 11 | 46 | 116 | 72 |
| Binary | 11101000 | 10101010 | 1000010 | 0 | 11011 | 1001000 | 1001 | 100110 | 1001110 | 111010 |
Color Harmonies of #E8AA42
Complementary color
Monochromatic Colors of #E8AA42
Black with #E8AA42
Text Example
Text Example
White with #E8AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA42; }
p { color: rgb(232,170,66); }
H1.HeaderClassName
{
color: #E8AA42;
}
.AnyTagClassName
{
color: #E8AA42;
}
</style>
background-color css
<style>
a { background-color: #E8AA42; }
a { background-color: rgb(232,170,66); }
div.DivClassName
{
background-color: #E8AA42;
}
.BgClassName
{
background-color: #E8AA42;
}
</style>
border-color css
<style>
span { border-color: #E8AA42; }
span { border-color: rgb(232,170,66); }
td.TdClassName
{
border-color: #E8AA42;
}
.TagClassName
{
border-color: #E8AA42;
}
</style>