Shades of Tulip Tree #EEA93C
Tints of Tulip Tree #EEA93C
RGB
CMYK
RGB Variations
Color information
#EEA93C (or 0xEEA93C) is known color: Tulip Tree. HEX triplet: EE, A9 and 3C. RGB value is (238,169,60). Sum of RGB (Red+Green+Blue) = 238+169+60=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA93C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA93C is #1156C3. Grayscale: #B1B1B1. Windows color (decimal): -1136324 or 3975662. OLE color: 3975662.
HSL color Cylindrical-coordinate representation of color #EEA93C: hue angle of 36.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEA93C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 60 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.07 |
| HSL | 36.74º | 0.84% | 0.58% | - |
| HSV(B) | 36.74º | 0.75% | 0.93% | - |
| XYZ | 50.26 | 46.88 | 10.67 | - |
| YUV | 177.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 60 | 0 | 0.29 | 0.75 | 0.07 | 36.74 | 0.84 | 0.58 |
| Hex | EE | A9 | 3C | 0 | 1D | 4B | 7 | 25 | 54 | 3A |
| Octal | 356 | 251 | 74 | 0 | 35 | 113 | 7 | 45 | 124 | 72 |
| Binary | 11101110 | 10101001 | 111100 | 0 | 11101 | 1001011 | 111 | 100101 | 1010100 | 111010 |
Color Harmonies of #EEA93C
Complementary color
Monochromatic Colors of #EEA93C
Black with #EEA93C
Text Example
Text Example
White with #EEA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA93C; }
p { color: rgb(238,169,60); }
H1.HeaderClassName
{
color: #EEA93C;
}
.AnyTagClassName
{
color: #EEA93C;
}
</style>
background-color css
<style>
a { background-color: #EEA93C; }
a { background-color: rgb(238,169,60); }
div.DivClassName
{
background-color: #EEA93C;
}
.BgClassName
{
background-color: #EEA93C;
}
</style>
border-color css
<style>
span { border-color: #EEA93C; }
span { border-color: rgb(238,169,60); }
td.TdClassName
{
border-color: #EEA93C;
}
.TagClassName
{
border-color: #EEA93C;
}
</style>