Shades of Tulip Tree #EEB541
Tints of Tulip Tree #EEB541
RGB
CMYK
RGB Variations
Color information
#EEB541 (or 0xEEB541) is known color: Tulip Tree. HEX triplet: EE, B5 and 41. RGB value is (238,181,65). Sum of RGB (Red+Green+Blue) = 238+181+65=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB541 is #114ABE. Grayscale: #B9B9B9. Windows color (decimal): -1133247 or 4306414. OLE color: 4306414.
HSL color Cylindrical-coordinate representation of color #EEB541: hue angle of 40.23º 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 #EEB541 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 65 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.07 |
| HSL | 40.23º | 0.84% | 0.59% | - |
| HSV(B) | 40.23º | 0.73% | 0.93% | - |
| XYZ | 52.74 | 51.61 | 12.18 | - |
| YUV | 184.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 65 | 0 | 0.24 | 0.73 | 0.07 | 40.23 | 0.84 | 0.59 |
| Hex | EE | B5 | 41 | 0 | 18 | 49 | 7 | 28 | 54 | 3B |
| Octal | 356 | 265 | 101 | 0 | 30 | 111 | 7 | 50 | 124 | 73 |
| Binary | 11101110 | 10110101 | 1000001 | 0 | 11000 | 1001001 | 111 | 101000 | 1010100 | 111011 |
Color Harmonies of #EEB541
Complementary color
Monochromatic Colors of #EEB541
Black with #EEB541
Text Example
Text Example
White with #EEB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB541; }
p { color: rgb(238,181,65); }
H1.HeaderClassName
{
color: #EEB541;
}
.AnyTagClassName
{
color: #EEB541;
}
</style>
background-color css
<style>
a { background-color: #EEB541; }
a { background-color: rgb(238,181,65); }
div.DivClassName
{
background-color: #EEB541;
}
.BgClassName
{
background-color: #EEB541;
}
</style>
border-color css
<style>
span { border-color: #EEB541; }
span { border-color: rgb(238,181,65); }
td.TdClassName
{
border-color: #EEB541;
}
.TagClassName
{
border-color: #EEB541;
}
</style>