Shades of Tulip Tree #EEAD41
Tints of Tulip Tree #EEAD41
RGB
CMYK
RGB Variations
Color information
#EEAD41 (or 0xEEAD41) is known color: Tulip Tree. HEX triplet: EE, AD and 41. RGB value is (238,173,65). Sum of RGB (Red+Green+Blue) = 238+173+65=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD41 is #1152BE. Grayscale: #B4B4B4. Windows color (decimal): -1135295 or 4304366. OLE color: 4304366.
HSL color Cylindrical-coordinate representation of color #EEAD41: hue angle of 37.46º 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 #EEAD41 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 65 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.07 |
| HSL | 37.46º | 0.84% | 0.59% | - |
| HSV(B) | 37.46º | 0.73% | 0.93% | - |
| XYZ | 51.16 | 48.45 | 11.66 | - |
| YUV | 180.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 65 | 0 | 0.27 | 0.73 | 0.07 | 37.46 | 0.84 | 0.59 |
| Hex | EE | AD | 41 | 0 | 1B | 49 | 7 | 25 | 54 | 3B |
| Octal | 356 | 255 | 101 | 0 | 33 | 111 | 7 | 45 | 124 | 73 |
| Binary | 11101110 | 10101101 | 1000001 | 0 | 11011 | 1001001 | 111 | 100101 | 1010100 | 111011 |
Color Harmonies of #EEAD41
Complementary color
Monochromatic Colors of #EEAD41
Black with #EEAD41
Text Example
Text Example
White with #EEAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD41; }
p { color: rgb(238,173,65); }
H1.HeaderClassName
{
color: #EEAD41;
}
.AnyTagClassName
{
color: #EEAD41;
}
</style>
background-color css
<style>
a { background-color: #EEAD41; }
a { background-color: rgb(238,173,65); }
div.DivClassName
{
background-color: #EEAD41;
}
.BgClassName
{
background-color: #EEAD41;
}
</style>
border-color css
<style>
span { border-color: #EEAD41; }
span { border-color: rgb(238,173,65); }
td.TdClassName
{
border-color: #EEAD41;
}
.TagClassName
{
border-color: #EEAD41;
}
</style>