Shades of Tulip Tree #EEA93A
Tints of Tulip Tree #EEA93A
RGB
CMYK
RGB Variations
Color information
#EEA93A (or 0xEEA93A) is known color: Tulip Tree. HEX triplet: EE, A9 and 3A. RGB value is (238,169,58). Sum of RGB (Red+Green+Blue) = 238+169+58=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA93A is #1156C5. Grayscale: #B1B1B1. Windows color (decimal): -1136326 or 3844590. OLE color: 3844590.
HSL color Cylindrical-coordinate representation of color #EEA93A: hue angle of 37º 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 #EEA93A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 58 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.07 |
| HSL | 37º | 0.84% | 0.58% | - |
| HSV(B) | 37º | 0.76% | 0.93% | - |
| XYZ | 50.21 | 46.86 | 10.4 | - |
| YUV | 176.98 | 60.86 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 58 | 0 | 0.29 | 0.76 | 0.07 | 37 | 0.84 | 0.58 |
| Hex | EE | A9 | 3A | 0 | 1D | 4C | 7 | 25 | 54 | 3A |
| Octal | 356 | 251 | 72 | 0 | 35 | 114 | 7 | 45 | 124 | 72 |
| Binary | 11101110 | 10101001 | 111010 | 0 | 11101 | 1001100 | 111 | 100101 | 1010100 | 111010 |
Color Harmonies of #EEA93A
Complementary color
Monochromatic Colors of #EEA93A
Black with #EEA93A
Text Example
Text Example
White with #EEA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA93A; }
p { color: rgb(238,169,58); }
H1.HeaderClassName
{
color: #EEA93A;
}
.AnyTagClassName
{
color: #EEA93A;
}
</style>
background-color css
<style>
a { background-color: #EEA93A; }
a { background-color: rgb(238,169,58); }
div.DivClassName
{
background-color: #EEA93A;
}
.BgClassName
{
background-color: #EEA93A;
}
</style>
border-color css
<style>
span { border-color: #EEA93A; }
span { border-color: rgb(238,169,58); }
td.TdClassName
{
border-color: #EEA93A;
}
.TagClassName
{
border-color: #EEA93A;
}
</style>