Shades of Tulip Tree #E1B33E
Tints of Tulip Tree #E1B33E
RGB
CMYK
RGB Variations
Color information
#E1B33E (or 0xE1B33E) is known color: Tulip Tree. HEX triplet: E1, B3 and 3E. RGB value is (225,179,62). Sum of RGB (Red+Green+Blue) = 225+179+62=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B33E is #1E4CC1. Grayscale: #B3B3B3. Windows color (decimal): -1985730 or 4109281. OLE color: 4109281.
HSL color Cylindrical-coordinate representation of color #E1B33E: hue angle of 43.07º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1B33E is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 62 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.12 |
| HSL | 43.07º | 0.73% | 0.56% | - |
| HSV(B) | 43.07º | 0.72% | 0.88% | - |
| XYZ | 48.04 | 48.6 | 11.41 | - |
| YUV | 179.42 | 61.74 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 62 | 0 | 0.20 | 0.72 | 0.12 | 43.07 | 0.73 | 0.56 |
| Hex | E1 | B3 | 3E | 0 | 14 | 48 | C | 2B | 49 | 38 |
| Octal | 341 | 263 | 76 | 0 | 24 | 110 | 14 | 53 | 111 | 70 |
| Binary | 11100001 | 10110011 | 111110 | 0 | 10100 | 1001000 | 1100 | 101011 | 1001001 | 111000 |
Color Harmonies of #E1B33E
Complementary color
Monochromatic Colors of #E1B33E
Black with #E1B33E
Text Example
Text Example
White with #E1B33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B33E; }
p { color: rgb(225,179,62); }
H1.HeaderClassName
{
color: #E1B33E;
}
.AnyTagClassName
{
color: #E1B33E;
}
</style>
background-color css
<style>
a { background-color: #E1B33E; }
a { background-color: rgb(225,179,62); }
div.DivClassName
{
background-color: #E1B33E;
}
.BgClassName
{
background-color: #E1B33E;
}
</style>
border-color css
<style>
span { border-color: #E1B33E; }
span { border-color: rgb(225,179,62); }
td.TdClassName
{
border-color: #E1B33E;
}
.TagClassName
{
border-color: #E1B33E;
}
</style>