Shades of Tulip Tree #E0A632
Tints of Tulip Tree #E0A632
RGB
CMYK
RGB Variations
Color information
#E0A632 (or 0xE0A632) is known color: Tulip Tree. HEX triplet: E0, A6 and 32. RGB value is (224,166,50). Sum of RGB (Red+Green+Blue) = 224+166+50=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A632 is #1F59CD. Grayscale: #AAAAAA. Windows color (decimal): -2054606 or 3319520. OLE color: 3319520.
HSL color Cylindrical-coordinate representation of color #E0A632: hue angle of 40º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0A632 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 50 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.12 |
| HSL | 40º | 0.74% | 0.54% | - |
| HSV(B) | 40º | 0.78% | 0.88% | - |
| XYZ | 44.95 | 43.35 | 9.02 | - |
| YUV | 170.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 50 | 0 | 0.26 | 0.78 | 0.12 | 40 | 0.74 | 0.54 |
| Hex | E0 | A6 | 32 | 0 | 1A | 4E | C | 28 | 4A | 36 |
| Octal | 340 | 246 | 62 | 0 | 32 | 116 | 14 | 50 | 112 | 66 |
| Binary | 11100000 | 10100110 | 110010 | 0 | 11010 | 1001110 | 1100 | 101000 | 1001010 | 110110 |
Color Harmonies of #E0A632
Complementary color
Monochromatic Colors of #E0A632
Black with #E0A632
Text Example
Text Example
White with #E0A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A632; }
p { color: rgb(224,166,50); }
H1.HeaderClassName
{
color: #E0A632;
}
.AnyTagClassName
{
color: #E0A632;
}
</style>
background-color css
<style>
a { background-color: #E0A632; }
a { background-color: rgb(224,166,50); }
div.DivClassName
{
background-color: #E0A632;
}
.BgClassName
{
background-color: #E0A632;
}
</style>
border-color css
<style>
span { border-color: #E0A632; }
span { border-color: rgb(224,166,50); }
td.TdClassName
{
border-color: #E0A632;
}
.TagClassName
{
border-color: #E0A632;
}
</style>