Shades of Tulip Tree #E1B33F
Tints of Tulip Tree #E1B33F
RGB
CMYK
RGB Variations
Color information
#E1B33F (or 0xE1B33F) is known color: Tulip Tree. HEX triplet: E1, B3 and 3F. RGB value is (225,179,63). Sum of RGB (Red+Green+Blue) = 225+179+63=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B33F is #1E4CC0. Grayscale: #B4B4B4. Windows color (decimal): -1985729 or 4174817. OLE color: 4174817.
HSL color Cylindrical-coordinate representation of color #E1B33F: hue angle of 42.96º 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 #E1B33F is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 63 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.12 |
| HSL | 42.96º | 0.73% | 0.56% | - |
| HSV(B) | 42.96º | 0.72% | 0.88% | - |
| XYZ | 48.07 | 48.61 | 11.55 | - |
| YUV | 179.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 63 | 0 | 0.20 | 0.72 | 0.12 | 42.96 | 0.73 | 0.56 |
| Hex | E1 | B3 | 3F | 0 | 14 | 48 | C | 2B | 49 | 38 |
| Octal | 341 | 263 | 77 | 0 | 24 | 110 | 14 | 53 | 111 | 70 |
| Binary | 11100001 | 10110011 | 111111 | 0 | 10100 | 1001000 | 1100 | 101011 | 1001001 | 111000 |
Color Harmonies of #E1B33F
Complementary color
Monochromatic Colors of #E1B33F
Black with #E1B33F
Text Example
Text Example
White with #E1B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B33F; }
p { color: rgb(225,179,63); }
H1.HeaderClassName
{
color: #E1B33F;
}
.AnyTagClassName
{
color: #E1B33F;
}
</style>
background-color css
<style>
a { background-color: #E1B33F; }
a { background-color: rgb(225,179,63); }
div.DivClassName
{
background-color: #E1B33F;
}
.BgClassName
{
background-color: #E1B33F;
}
</style>
border-color css
<style>
span { border-color: #E1B33F; }
span { border-color: rgb(225,179,63); }
td.TdClassName
{
border-color: #E1B33F;
}
.TagClassName
{
border-color: #E1B33F;
}
</style>