Shades of Tulip Tree #E1B83C
Tints of Tulip Tree #E1B83C
RGB
CMYK
RGB Variations
Color information
#E1B83C (or 0xE1B83C) is known color: Tulip Tree. HEX triplet: E1, B8 and 3C. RGB value is (225,184,60). Sum of RGB (Red+Green+Blue) = 225+184+60=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B83C is #1E47C3. Grayscale: #B6B6B6. Windows color (decimal): -1984452 or 3979489. OLE color: 3979489.
HSL color Cylindrical-coordinate representation of color #E1B83C: hue angle of 45.09º 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 #E1B83C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 60 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.12 |
| HSL | 45.09º | 0.73% | 0.56% | - |
| HSV(B) | 45.09º | 0.73% | 0.88% | - |
| XYZ | 49.01 | 50.61 | 11.46 | - |
| YUV | 182.12 | 59.08 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 60 | 0 | 0.18 | 0.73 | 0.12 | 45.09 | 0.73 | 0.56 |
| Hex | E1 | B8 | 3C | 0 | 12 | 49 | C | 2D | 49 | 38 |
| Octal | 341 | 270 | 74 | 0 | 22 | 111 | 14 | 55 | 111 | 70 |
| Binary | 11100001 | 10111000 | 111100 | 0 | 10010 | 1001001 | 1100 | 101101 | 1001001 | 111000 |
Color Harmonies of #E1B83C
Complementary color
Monochromatic Colors of #E1B83C
Black with #E1B83C
Text Example
Text Example
White with #E1B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B83C; }
p { color: rgb(225,184,60); }
H1.HeaderClassName
{
color: #E1B83C;
}
.AnyTagClassName
{
color: #E1B83C;
}
</style>
background-color css
<style>
a { background-color: #E1B83C; }
a { background-color: rgb(225,184,60); }
div.DivClassName
{
background-color: #E1B83C;
}
.BgClassName
{
background-color: #E1B83C;
}
</style>
border-color css
<style>
span { border-color: #E1B83C; }
span { border-color: rgb(225,184,60); }
td.TdClassName
{
border-color: #E1B83C;
}
.TagClassName
{
border-color: #E1B83C;
}
</style>