Shades of Tulip Tree #E2AC3A
Tints of Tulip Tree #E2AC3A
RGB
CMYK
RGB Variations
Color information
#E2AC3A (or 0xE2AC3A) is known color: Tulip Tree. HEX triplet: E2, AC and 3A. RGB value is (226,172,58). Sum of RGB (Red+Green+Blue) = 226+172+58=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AC3A is #1D53C5. Grayscale: #AFAFAF. Windows color (decimal): -1921990 or 3845346. OLE color: 3845346.
HSL color Cylindrical-coordinate representation of color #E2AC3A: hue angle of 40.71º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2AC3A is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 58 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.11 |
| HSL | 40.71º | 0.74% | 0.56% | - |
| HSV(B) | 40.71º | 0.74% | 0.89% | - |
| XYZ | 46.88 | 45.98 | 10.41 | - |
| YUV | 175.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 58 | 0 | 0.24 | 0.74 | 0.11 | 40.71 | 0.74 | 0.56 |
| Hex | E2 | AC | 3A | 0 | 18 | 4A | B | 29 | 4A | 38 |
| Octal | 342 | 254 | 72 | 0 | 30 | 112 | 13 | 51 | 112 | 70 |
| Binary | 11100010 | 10101100 | 111010 | 0 | 11000 | 1001010 | 1011 | 101001 | 1001010 | 111000 |
Color Harmonies of #E2AC3A
Complementary color
Monochromatic Colors of #E2AC3A
Black with #E2AC3A
Text Example
Text Example
White with #E2AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC3A; }
p { color: rgb(226,172,58); }
H1.HeaderClassName
{
color: #E2AC3A;
}
.AnyTagClassName
{
color: #E2AC3A;
}
</style>
background-color css
<style>
a { background-color: #E2AC3A; }
a { background-color: rgb(226,172,58); }
div.DivClassName
{
background-color: #E2AC3A;
}
.BgClassName
{
background-color: #E2AC3A;
}
</style>
border-color css
<style>
span { border-color: #E2AC3A; }
span { border-color: rgb(226,172,58); }
td.TdClassName
{
border-color: #E2AC3A;
}
.TagClassName
{
border-color: #E2AC3A;
}
</style>