Shades of Tulip Tree #E2B13E
Tints of Tulip Tree #E2B13E
RGB
CMYK
RGB Variations
Color information
#E2B13E (or 0xE2B13E) is known color: Tulip Tree. HEX triplet: E2, B1 and 3E. RGB value is (226,177,62). Sum of RGB (Red+Green+Blue) = 226+177+62=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B13E is #1D4EC1. Grayscale: #B3B3B3. Windows color (decimal): -1920706 or 4108770. OLE color: 4108770.
HSL color Cylindrical-coordinate representation of color #E2B13E: hue angle of 42.07º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2B13E is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 62 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.11 |
| HSL | 42.07º | 0.74% | 0.56% | - |
| HSV(B) | 42.07º | 0.73% | 0.89% | - |
| XYZ | 47.96 | 47.96 | 11.29 | - |
| YUV | 178.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 62 | 0 | 0.22 | 0.73 | 0.11 | 42.07 | 0.74 | 0.56 |
| Hex | E2 | B1 | 3E | 0 | 16 | 49 | B | 2A | 4A | 38 |
| Octal | 342 | 261 | 76 | 0 | 26 | 111 | 13 | 52 | 112 | 70 |
| Binary | 11100010 | 10110001 | 111110 | 0 | 10110 | 1001001 | 1011 | 101010 | 1001010 | 111000 |
Color Harmonies of #E2B13E
Complementary color
Monochromatic Colors of #E2B13E
Black with #E2B13E
Text Example
Text Example
White with #E2B13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B13E; }
p { color: rgb(226,177,62); }
H1.HeaderClassName
{
color: #E2B13E;
}
.AnyTagClassName
{
color: #E2B13E;
}
</style>
background-color css
<style>
a { background-color: #E2B13E; }
a { background-color: rgb(226,177,62); }
div.DivClassName
{
background-color: #E2B13E;
}
.BgClassName
{
background-color: #E2B13E;
}
</style>
border-color css
<style>
span { border-color: #E2B13E; }
span { border-color: rgb(226,177,62); }
td.TdClassName
{
border-color: #E2B13E;
}
.TagClassName
{
border-color: #E2B13E;
}
</style>