Shades of Tulip Tree #EEB73A
Tints of Tulip Tree #EEB73A
RGB
CMYK
RGB Variations
Color information
#EEB73A (or 0xEEB73A) is known color: Tulip Tree. HEX triplet: EE, B7 and 3A. RGB value is (238,183,58). Sum of RGB (Red+Green+Blue) = 238+183+58=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB73A is #1148C5. Grayscale: #B9B9B9. Windows color (decimal): -1132742 or 3848174. OLE color: 3848174.
HSL color Cylindrical-coordinate representation of color #EEB73A: hue angle of 41.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEB73A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 58 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.07 |
| HSL | 41.67º | 0.84% | 0.58% | - |
| HSV(B) | 41.67º | 0.76% | 0.93% | - |
| XYZ | 52.96 | 52.35 | 11.32 | - |
| YUV | 185.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 58 | 0 | 0.23 | 0.76 | 0.07 | 41.67 | 0.84 | 0.58 |
| Hex | EE | B7 | 3A | 0 | 17 | 4C | 7 | 2A | 54 | 3A |
| Octal | 356 | 267 | 72 | 0 | 27 | 114 | 7 | 52 | 124 | 72 |
| Binary | 11101110 | 10110111 | 111010 | 0 | 10111 | 1001100 | 111 | 101010 | 1010100 | 111010 |
Color Harmonies of #EEB73A
Complementary color
Monochromatic Colors of #EEB73A
Black with #EEB73A
Text Example
Text Example
White with #EEB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB73A; }
p { color: rgb(238,183,58); }
H1.HeaderClassName
{
color: #EEB73A;
}
.AnyTagClassName
{
color: #EEB73A;
}
</style>
background-color css
<style>
a { background-color: #EEB73A; }
a { background-color: rgb(238,183,58); }
div.DivClassName
{
background-color: #EEB73A;
}
.BgClassName
{
background-color: #EEB73A;
}
</style>
border-color css
<style>
span { border-color: #EEB73A; }
span { border-color: rgb(238,183,58); }
td.TdClassName
{
border-color: #EEB73A;
}
.TagClassName
{
border-color: #EEB73A;
}
</style>