Shades of Tulip Tree #EEB73B
Tints of Tulip Tree #EEB73B
RGB
CMYK
RGB Variations
Color information
#EEB73B (or 0xEEB73B) is known color: Tulip Tree. HEX triplet: EE, B7 and 3B. RGB value is (238,183,59). Sum of RGB (Red+Green+Blue) = 238+183+59=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB73B is #1148C4. Grayscale: #B9B9B9. Windows color (decimal): -1132741 or 3913710. OLE color: 3913710.
HSL color Cylindrical-coordinate representation of color #EEB73B: hue angle of 41.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEB73B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 59 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.07 |
| HSL | 41.56º | 0.84% | 0.58% | - |
| HSV(B) | 41.56º | 0.75% | 0.93% | - |
| XYZ | 52.98 | 52.36 | 11.45 | - |
| YUV | 185.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 59 | 0 | 0.23 | 0.75 | 0.07 | 41.56 | 0.84 | 0.58 |
| Hex | EE | B7 | 3B | 0 | 17 | 4B | 7 | 2A | 54 | 3A |
| Octal | 356 | 267 | 73 | 0 | 27 | 113 | 7 | 52 | 124 | 72 |
| Binary | 11101110 | 10110111 | 111011 | 0 | 10111 | 1001011 | 111 | 101010 | 1010100 | 111010 |
Color Harmonies of #EEB73B
Complementary color
Monochromatic Colors of #EEB73B
Black with #EEB73B
Text Example
Text Example
White with #EEB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB73B; }
p { color: rgb(238,183,59); }
H1.HeaderClassName
{
color: #EEB73B;
}
.AnyTagClassName
{
color: #EEB73B;
}
</style>
background-color css
<style>
a { background-color: #EEB73B; }
a { background-color: rgb(238,183,59); }
div.DivClassName
{
background-color: #EEB73B;
}
.BgClassName
{
background-color: #EEB73B;
}
</style>
border-color css
<style>
span { border-color: #EEB73B; }
span { border-color: rgb(238,183,59); }
td.TdClassName
{
border-color: #EEB73B;
}
.TagClassName
{
border-color: #EEB73B;
}
</style>