Shades of Tulip Tree #EEAA3A
Tints of Tulip Tree #EEAA3A
RGB
CMYK
RGB Variations
Color information
#EEAA3A (or 0xEEAA3A) is known color: Tulip Tree. HEX triplet: EE, AA and 3A. RGB value is (238,170,58). Sum of RGB (Red+Green+Blue) = 238+170+58=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA3A is #1155C5. Grayscale: #B2B2B2. Windows color (decimal): -1136070 or 3844846. OLE color: 3844846.
HSL color Cylindrical-coordinate representation of color #EEAA3A: hue angle of 37.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEAA3A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 58 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.07 |
| HSL | 37.33º | 0.84% | 0.58% | - |
| HSV(B) | 37.33º | 0.76% | 0.93% | - |
| XYZ | 50.4 | 47.23 | 10.46 | - |
| YUV | 177.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 58 | 0 | 0.29 | 0.76 | 0.07 | 37.33 | 0.84 | 0.58 |
| Hex | EE | AA | 3A | 0 | 1D | 4C | 7 | 25 | 54 | 3A |
| Octal | 356 | 252 | 72 | 0 | 35 | 114 | 7 | 45 | 124 | 72 |
| Binary | 11101110 | 10101010 | 111010 | 0 | 11101 | 1001100 | 111 | 100101 | 1010100 | 111010 |
Color Harmonies of #EEAA3A
Complementary color
Monochromatic Colors of #EEAA3A
Black with #EEAA3A
Text Example
Text Example
White with #EEAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA3A; }
p { color: rgb(238,170,58); }
H1.HeaderClassName
{
color: #EEAA3A;
}
.AnyTagClassName
{
color: #EEAA3A;
}
</style>
background-color css
<style>
a { background-color: #EEAA3A; }
a { background-color: rgb(238,170,58); }
div.DivClassName
{
background-color: #EEAA3A;
}
.BgClassName
{
background-color: #EEAA3A;
}
</style>
border-color css
<style>
span { border-color: #EEAA3A; }
span { border-color: rgb(238,170,58); }
td.TdClassName
{
border-color: #EEAA3A;
}
.TagClassName
{
border-color: #EEAA3A;
}
</style>