Shades of Tulip Tree #EEB03D
Tints of Tulip Tree #EEB03D
RGB
CMYK
RGB Variations
Color information
#EEB03D (or 0xEEB03D) is known color: Tulip Tree. HEX triplet: EE, B0 and 3D. RGB value is (238,176,61). Sum of RGB (Red+Green+Blue) = 238+176+61=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB03D is #114FC2. Grayscale: #B5B5B5. Windows color (decimal): -1134531 or 4042990. OLE color: 4042990.
HSL color Cylindrical-coordinate representation of color #EEB03D: hue angle of 38.98º 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 #EEB03D is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 61 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.07 |
| HSL | 38.98º | 0.84% | 0.59% | - |
| HSV(B) | 38.98º | 0.74% | 0.93% | - |
| XYZ | 51.63 | 49.56 | 11.26 | - |
| YUV | 181.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 61 | 0 | 0.26 | 0.74 | 0.07 | 38.98 | 0.84 | 0.59 |
| Hex | EE | B0 | 3D | 0 | 1A | 4A | 7 | 27 | 54 | 3B |
| Octal | 356 | 260 | 75 | 0 | 32 | 112 | 7 | 47 | 124 | 73 |
| Binary | 11101110 | 10110000 | 111101 | 0 | 11010 | 1001010 | 111 | 100111 | 1010100 | 111011 |
Color Harmonies of #EEB03D
Complementary color
Monochromatic Colors of #EEB03D
Black with #EEB03D
Text Example
Text Example
White with #EEB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB03D; }
p { color: rgb(238,176,61); }
H1.HeaderClassName
{
color: #EEB03D;
}
.AnyTagClassName
{
color: #EEB03D;
}
</style>
background-color css
<style>
a { background-color: #EEB03D; }
a { background-color: rgb(238,176,61); }
div.DivClassName
{
background-color: #EEB03D;
}
.BgClassName
{
background-color: #EEB03D;
}
</style>
border-color css
<style>
span { border-color: #EEB03D; }
span { border-color: rgb(238,176,61); }
td.TdClassName
{
border-color: #EEB03D;
}
.TagClassName
{
border-color: #EEB03D;
}
</style>