Shades of Tulip Tree #E8AC34
Tints of Tulip Tree #E8AC34
RGB
CMYK
RGB Variations
Color information
#E8AC34 (or 0xE8AC34) is known color: Tulip Tree. HEX triplet: E8, AC and 34. RGB value is (232,172,52). Sum of RGB (Red+Green+Blue) = 232+172+52=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AC34 is #1753CB. Grayscale: #B0B0B0. Windows color (decimal): -1528780 or 3452136. OLE color: 3452136.
HSL color Cylindrical-coordinate representation of color #E8AC34: hue angle of 40º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8AC34 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 52 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.09 |
| HSL | 40º | 0.8% | 0.56% | - |
| HSV(B) | 40º | 0.78% | 0.91% | - |
| XYZ | 48.65 | 46.91 | 9.74 | - |
| YUV | 176.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 52 | 0 | 0.26 | 0.78 | 0.09 | 40 | 0.8 | 0.56 |
| Hex | E8 | AC | 34 | 0 | 1A | 4E | 9 | 28 | 50 | 38 |
| Octal | 350 | 254 | 64 | 0 | 32 | 116 | 11 | 50 | 120 | 70 |
| Binary | 11101000 | 10101100 | 110100 | 0 | 11010 | 1001110 | 1001 | 101000 | 1010000 | 111000 |
Color Harmonies of #E8AC34
Complementary color
Monochromatic Colors of #E8AC34
Black with #E8AC34
Text Example
Text Example
White with #E8AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC34; }
p { color: rgb(232,172,52); }
H1.HeaderClassName
{
color: #E8AC34;
}
.AnyTagClassName
{
color: #E8AC34;
}
</style>
background-color css
<style>
a { background-color: #E8AC34; }
a { background-color: rgb(232,172,52); }
div.DivClassName
{
background-color: #E8AC34;
}
.BgClassName
{
background-color: #E8AC34;
}
</style>
border-color css
<style>
span { border-color: #E8AC34; }
span { border-color: rgb(232,172,52); }
td.TdClassName
{
border-color: #E8AC34;
}
.TagClassName
{
border-color: #E8AC34;
}
</style>