Shades of Tulip Tree #E0A831
Tints of Tulip Tree #E0A831
RGB
CMYK
RGB Variations
Color information
#E0A831 (or 0xE0A831) is known color: Tulip Tree. HEX triplet: E0, A8 and 31. RGB value is (224,168,49). Sum of RGB (Red+Green+Blue) = 224+168+49=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A831 is #1F57CE. Grayscale: #ABABAB. Windows color (decimal): -2054095 or 3254496. OLE color: 3254496.
HSL color Cylindrical-coordinate representation of color #E0A831: hue angle of 40.8º 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 #E0A831 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 49 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.12 |
| HSL | 40.8º | 0.74% | 0.54% | - |
| HSV(B) | 40.8º | 0.78% | 0.88% | - |
| XYZ | 45.3 | 44.07 | 9.03 | - |
| YUV | 171.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 49 | 0 | 0.25 | 0.78 | 0.12 | 40.8 | 0.74 | 0.54 |
| Hex | E0 | A8 | 31 | 0 | 19 | 4E | C | 29 | 4A | 36 |
| Octal | 340 | 250 | 61 | 0 | 31 | 116 | 14 | 51 | 112 | 66 |
| Binary | 11100000 | 10101000 | 110001 | 0 | 11001 | 1001110 | 1100 | 101001 | 1001010 | 110110 |
Color Harmonies of #E0A831
Complementary color
Monochromatic Colors of #E0A831
Black with #E0A831
Text Example
Text Example
White with #E0A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A831; }
p { color: rgb(224,168,49); }
H1.HeaderClassName
{
color: #E0A831;
}
.AnyTagClassName
{
color: #E0A831;
}
</style>
background-color css
<style>
a { background-color: #E0A831; }
a { background-color: rgb(224,168,49); }
div.DivClassName
{
background-color: #E0A831;
}
.BgClassName
{
background-color: #E0A831;
}
</style>
border-color css
<style>
span { border-color: #E0A831; }
span { border-color: rgb(224,168,49); }
td.TdClassName
{
border-color: #E0A831;
}
.TagClassName
{
border-color: #E0A831;
}
</style>