Shades of Tulip Tree #E0A330
Tints of Tulip Tree #E0A330
RGB
CMYK
RGB Variations
Color information
#E0A330 (or 0xE0A330) is known color: Tulip Tree. HEX triplet: E0, A3 and 30. RGB value is (224,163,48). Sum of RGB (Red+Green+Blue) = 224+163+48=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A330 is #1F5CCF. Grayscale: #A8A8A8. Windows color (decimal): -2055376 or 3187680. OLE color: 3187680.
HSL color Cylindrical-coordinate representation of color #E0A330: hue angle of 39.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0A330 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 48 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.12 |
| HSL | 39.2º | 0.74% | 0.53% | - |
| HSV(B) | 39.2º | 0.79% | 0.88% | - |
| XYZ | 44.37 | 42.26 | 8.61 | - |
| YUV | 168.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 48 | 0 | 0.27 | 0.79 | 0.12 | 39.2 | 0.74 | 0.53 |
| Hex | E0 | A3 | 30 | 0 | 1B | 4F | C | 27 | 4A | 35 |
| Octal | 340 | 243 | 60 | 0 | 33 | 117 | 14 | 47 | 112 | 65 |
| Binary | 11100000 | 10100011 | 110000 | 0 | 11011 | 1001111 | 1100 | 100111 | 1001010 | 110101 |
Color Harmonies of #E0A330
Complementary color
Monochromatic Colors of #E0A330
Black with #E0A330
Text Example
Text Example
White with #E0A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A330; }
p { color: rgb(224,163,48); }
H1.HeaderClassName
{
color: #E0A330;
}
.AnyTagClassName
{
color: #E0A330;
}
</style>
background-color css
<style>
a { background-color: #E0A330; }
a { background-color: rgb(224,163,48); }
div.DivClassName
{
background-color: #E0A330;
}
.BgClassName
{
background-color: #E0A330;
}
</style>
border-color css
<style>
span { border-color: #E0A330; }
span { border-color: rgb(224,163,48); }
td.TdClassName
{
border-color: #E0A330;
}
.TagClassName
{
border-color: #E0A330;
}
</style>