Shades of Tulip Tree #E0B03A
Tints of Tulip Tree #E0B03A
RGB
CMYK
RGB Variations
Color information
#E0B03A (or 0xE0B03A) is known color: Tulip Tree. HEX triplet: E0, B0 and 3A. RGB value is (224,176,58). Sum of RGB (Red+Green+Blue) = 224+176+58=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B03A is #1F4FC5. Grayscale: #B1B1B1. Windows color (decimal): -2052038 or 3846368. OLE color: 3846368.
HSL color Cylindrical-coordinate representation of color #E0B03A: hue angle of 42.65º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0B03A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 58 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.12 |
| HSL | 42.65º | 0.73% | 0.55% | - |
| HSV(B) | 42.65º | 0.74% | 0.88% | - |
| XYZ | 47.03 | 47.2 | 10.64 | - |
| YUV | 176.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 58 | 0 | 0.21 | 0.74 | 0.12 | 42.65 | 0.73 | 0.55 |
| Hex | E0 | B0 | 3A | 0 | 15 | 4A | C | 2B | 49 | 37 |
| Octal | 340 | 260 | 72 | 0 | 25 | 112 | 14 | 53 | 111 | 67 |
| Binary | 11100000 | 10110000 | 111010 | 0 | 10101 | 1001010 | 1100 | 101011 | 1001001 | 110111 |
Color Harmonies of #E0B03A
Complementary color
Monochromatic Colors of #E0B03A
Black with #E0B03A
Text Example
Text Example
White with #E0B03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B03A; }
p { color: rgb(224,176,58); }
H1.HeaderClassName
{
color: #E0B03A;
}
.AnyTagClassName
{
color: #E0B03A;
}
</style>
background-color css
<style>
a { background-color: #E0B03A; }
a { background-color: rgb(224,176,58); }
div.DivClassName
{
background-color: #E0B03A;
}
.BgClassName
{
background-color: #E0B03A;
}
</style>
border-color css
<style>
span { border-color: #E0B03A; }
span { border-color: rgb(224,176,58); }
td.TdClassName
{
border-color: #E0B03A;
}
.TagClassName
{
border-color: #E0B03A;
}
</style>