Shades of Tulip Tree #E2AC46
Tints of Tulip Tree #E2AC46
RGB
CMYK
RGB Variations
Color information
#E2AC46 (or 0xE2AC46) is known color: Tulip Tree. HEX triplet: E2, AC and 46. RGB value is (226,172,70). Sum of RGB (Red+Green+Blue) = 226+172+70=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AC46 is #1D53B9. Grayscale: #B0B0B0. Windows color (decimal): -1921978 or 4631778. OLE color: 4631778.
HSL color Cylindrical-coordinate representation of color #E2AC46: hue angle of 39.23º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2AC46 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 70 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.11 |
| HSL | 39.23º | 0.73% | 0.58% | - |
| HSV(B) | 39.23º | 0.69% | 0.89% | - |
| XYZ | 47.22 | 46.12 | 12.21 | - |
| YUV | 176.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 70 | 0 | 0.24 | 0.69 | 0.11 | 39.23 | 0.73 | 0.58 |
| Hex | E2 | AC | 46 | 0 | 18 | 45 | B | 27 | 49 | 3A |
| Octal | 342 | 254 | 106 | 0 | 30 | 105 | 13 | 47 | 111 | 72 |
| Binary | 11100010 | 10101100 | 1000110 | 0 | 11000 | 1000101 | 1011 | 100111 | 1001001 | 111010 |
Color Harmonies of #E2AC46
Complementary color
Monochromatic Colors of #E2AC46
Black with #E2AC46
Text Example
Text Example
White with #E2AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC46; }
p { color: rgb(226,172,70); }
H1.HeaderClassName
{
color: #E2AC46;
}
.AnyTagClassName
{
color: #E2AC46;
}
</style>
background-color css
<style>
a { background-color: #E2AC46; }
a { background-color: rgb(226,172,70); }
div.DivClassName
{
background-color: #E2AC46;
}
.BgClassName
{
background-color: #E2AC46;
}
</style>
border-color css
<style>
span { border-color: #E2AC46; }
span { border-color: rgb(226,172,70); }
td.TdClassName
{
border-color: #E2AC46;
}
.TagClassName
{
border-color: #E2AC46;
}
</style>