Shades of Tulip Tree #E0A83C
Tints of Tulip Tree #E0A83C
RGB
CMYK
RGB Variations
Color information
#E0A83C (or 0xE0A83C) is known color: Tulip Tree. HEX triplet: E0, A8 and 3C. RGB value is (224,168,60). Sum of RGB (Red+Green+Blue) = 224+168+60=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A83C is #1F57C3. Grayscale: #ACACAC. Windows color (decimal): -2054084 or 3975392. OLE color: 3975392.
HSL color Cylindrical-coordinate representation of color #E0A83C: hue angle of 39.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0A83C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 60 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.12 |
| HSL | 39.51º | 0.73% | 0.56% | - |
| HSV(B) | 39.51º | 0.73% | 0.88% | - |
| XYZ | 45.56 | 44.18 | 10.4 | - |
| YUV | 172.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 60 | 0 | 0.25 | 0.73 | 0.12 | 39.51 | 0.73 | 0.56 |
| Hex | E0 | A8 | 3C | 0 | 19 | 49 | C | 28 | 49 | 38 |
| Octal | 340 | 250 | 74 | 0 | 31 | 111 | 14 | 50 | 111 | 70 |
| Binary | 11100000 | 10101000 | 111100 | 0 | 11001 | 1001001 | 1100 | 101000 | 1001001 | 111000 |
Color Harmonies of #E0A83C
Complementary color
Monochromatic Colors of #E0A83C
Black with #E0A83C
Text Example
Text Example
White with #E0A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A83C; }
p { color: rgb(224,168,60); }
H1.HeaderClassName
{
color: #E0A83C;
}
.AnyTagClassName
{
color: #E0A83C;
}
</style>
background-color css
<style>
a { background-color: #E0A83C; }
a { background-color: rgb(224,168,60); }
div.DivClassName
{
background-color: #E0A83C;
}
.BgClassName
{
background-color: #E0A83C;
}
</style>
border-color css
<style>
span { border-color: #E0A83C; }
span { border-color: rgb(224,168,60); }
td.TdClassName
{
border-color: #E0A83C;
}
.TagClassName
{
border-color: #E0A83C;
}
</style>