Shades of Tulip Tree #E1A33D
Tints of Tulip Tree #E1A33D
RGB
CMYK
RGB Variations
Color information
#E1A33D (or 0xE1A33D) is known color: Tulip Tree. HEX triplet: E1, A3 and 3D. RGB value is (225,163,61). Sum of RGB (Red+Green+Blue) = 225+163+61=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A33D is #1E5CC2. Grayscale: #AAAAAA. Windows color (decimal): -1989827 or 4039649. OLE color: 4039649.
HSL color Cylindrical-coordinate representation of color #E1A33D: hue angle of 37.32º 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 #E1A33D is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 61 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.12 |
| HSL | 37.32º | 0.73% | 0.56% | - |
| HSV(B) | 37.32º | 0.73% | 0.88% | - |
| XYZ | 44.99 | 42.54 | 10.25 | - |
| YUV | 169.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 61 | 0 | 0.28 | 0.73 | 0.12 | 37.32 | 0.73 | 0.56 |
| Hex | E1 | A3 | 3D | 0 | 1C | 49 | C | 25 | 49 | 38 |
| Octal | 341 | 243 | 75 | 0 | 34 | 111 | 14 | 45 | 111 | 70 |
| Binary | 11100001 | 10100011 | 111101 | 0 | 11100 | 1001001 | 1100 | 100101 | 1001001 | 111000 |
Color Harmonies of #E1A33D
Complementary color
Monochromatic Colors of #E1A33D
Black with #E1A33D
Text Example
Text Example
White with #E1A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A33D; }
p { color: rgb(225,163,61); }
H1.HeaderClassName
{
color: #E1A33D;
}
.AnyTagClassName
{
color: #E1A33D;
}
</style>
background-color css
<style>
a { background-color: #E1A33D; }
a { background-color: rgb(225,163,61); }
div.DivClassName
{
background-color: #E1A33D;
}
.BgClassName
{
background-color: #E1A33D;
}
</style>
border-color css
<style>
span { border-color: #E1A33D; }
span { border-color: rgb(225,163,61); }
td.TdClassName
{
border-color: #E1A33D;
}
.TagClassName
{
border-color: #E1A33D;
}
</style>