Shades of Tulip Tree #EEAD40
Tints of Tulip Tree #EEAD40
RGB
CMYK
RGB Variations
Color information
#EEAD40 (or 0xEEAD40) is known color: Tulip Tree. HEX triplet: EE, AD and 40. RGB value is (238,173,64). Sum of RGB (Red+Green+Blue) = 238+173+64=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD40 is #1152BF. Grayscale: #B4B4B4. Windows color (decimal): -1135296 or 4238830. OLE color: 4238830.
HSL color Cylindrical-coordinate representation of color #EEAD40: hue angle of 37.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEAD40 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 64 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.07 |
| HSL | 37.59º | 0.84% | 0.59% | - |
| HSV(B) | 37.59º | 0.73% | 0.93% | - |
| XYZ | 51.13 | 48.43 | 11.5 | - |
| YUV | 180.01 | 62.53 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 64 | 0 | 0.27 | 0.73 | 0.07 | 37.59 | 0.84 | 0.59 |
| Hex | EE | AD | 40 | 0 | 1B | 49 | 7 | 26 | 54 | 3B |
| Octal | 356 | 255 | 100 | 0 | 33 | 111 | 7 | 46 | 124 | 73 |
| Binary | 11101110 | 10101101 | 1000000 | 0 | 11011 | 1001001 | 111 | 100110 | 1010100 | 111011 |
Color Harmonies of #EEAD40
Complementary color
Monochromatic Colors of #EEAD40
Black with #EEAD40
Text Example
Text Example
White with #EEAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD40; }
p { color: rgb(238,173,64); }
H1.HeaderClassName
{
color: #EEAD40;
}
.AnyTagClassName
{
color: #EEAD40;
}
</style>
background-color css
<style>
a { background-color: #EEAD40; }
a { background-color: rgb(238,173,64); }
div.DivClassName
{
background-color: #EEAD40;
}
.BgClassName
{
background-color: #EEAD40;
}
</style>
border-color css
<style>
span { border-color: #EEAD40; }
span { border-color: rgb(238,173,64); }
td.TdClassName
{
border-color: #EEAD40;
}
.TagClassName
{
border-color: #EEAD40;
}
</style>