Shades of Tulip Tree #EEB93F
Tints of Tulip Tree #EEB93F
RGB
CMYK
RGB Variations
Color information
#EEB93F (or 0xEEB93F) is known color: Tulip Tree. HEX triplet: EE, B9 and 3F. RGB value is (238,185,63). Sum of RGB (Red+Green+Blue) = 238+185+63=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB93F is #1146C0. Grayscale: #BBBBBB. Windows color (decimal): -1132225 or 4176366. OLE color: 4176366.
HSL color Cylindrical-coordinate representation of color #EEB93F: hue angle of 41.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEB93F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 63 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.07 |
| HSL | 41.83º | 0.84% | 0.59% | - |
| HSV(B) | 41.83º | 0.74% | 0.93% | - |
| XYZ | 53.51 | 53.23 | 12.16 | - |
| YUV | 186.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 63 | 0 | 0.22 | 0.74 | 0.07 | 41.83 | 0.84 | 0.59 |
| Hex | EE | B9 | 3F | 0 | 16 | 4A | 7 | 2A | 54 | 3B |
| Octal | 356 | 271 | 77 | 0 | 26 | 112 | 7 | 52 | 124 | 73 |
| Binary | 11101110 | 10111001 | 111111 | 0 | 10110 | 1001010 | 111 | 101010 | 1010100 | 111011 |
Color Harmonies of #EEB93F
Complementary color
Monochromatic Colors of #EEB93F
Black with #EEB93F
Text Example
Text Example
White with #EEB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB93F; }
p { color: rgb(238,185,63); }
H1.HeaderClassName
{
color: #EEB93F;
}
.AnyTagClassName
{
color: #EEB93F;
}
</style>
background-color css
<style>
a { background-color: #EEB93F; }
a { background-color: rgb(238,185,63); }
div.DivClassName
{
background-color: #EEB93F;
}
.BgClassName
{
background-color: #EEB93F;
}
</style>
border-color css
<style>
span { border-color: #EEB93F; }
span { border-color: rgb(238,185,63); }
td.TdClassName
{
border-color: #EEB93F;
}
.TagClassName
{
border-color: #EEB93F;
}
</style>