Shades of Tulip Tree #EEAD32
Tints of Tulip Tree #EEAD32
RGB
CMYK
RGB Variations
Color information
#EEAD32 (or 0xEEAD32) is known color: Tulip Tree. HEX triplet: EE, AD and 32. RGB value is (238,173,50). Sum of RGB (Red+Green+Blue) = 238+173+50=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD32 is #1152CD. Grayscale: #B2B2B2. Windows color (decimal): -1135310 or 3321326. OLE color: 3321326.
HSL color Cylindrical-coordinate representation of color #EEAD32: hue angle of 39.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEAD32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.07 |
| HSL | 39.26º | 0.85% | 0.56% | - |
| HSV(B) | 39.26º | 0.79% | 0.93% | - |
| XYZ | 50.78 | 48.29 | 9.66 | - |
| YUV | 178.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 50 | 0 | 0.27 | 0.79 | 0.07 | 39.26 | 0.85 | 0.56 |
| Hex | EE | AD | 32 | 0 | 1B | 4F | 7 | 27 | 55 | 38 |
| Octal | 356 | 255 | 62 | 0 | 33 | 117 | 7 | 47 | 125 | 70 |
| Binary | 11101110 | 10101101 | 110010 | 0 | 11011 | 1001111 | 111 | 100111 | 1010101 | 111000 |
Color Harmonies of #EEAD32
Complementary color
Monochromatic Colors of #EEAD32
Black with #EEAD32
Text Example
Text Example
White with #EEAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD32; }
p { color: rgb(238,173,50); }
H1.HeaderClassName
{
color: #EEAD32;
}
.AnyTagClassName
{
color: #EEAD32;
}
</style>
background-color css
<style>
a { background-color: #EEAD32; }
a { background-color: rgb(238,173,50); }
div.DivClassName
{
background-color: #EEAD32;
}
.BgClassName
{
background-color: #EEAD32;
}
</style>
border-color css
<style>
span { border-color: #EEAD32; }
span { border-color: rgb(238,173,50); }
td.TdClassName
{
border-color: #EEAD32;
}
.TagClassName
{
border-color: #EEAD32;
}
</style>