Shades of Tulip Tree #E8AE34
Tints of Tulip Tree #E8AE34
RGB
CMYK
RGB Variations
Color information
#E8AE34 (or 0xE8AE34) is known color: Tulip Tree. HEX triplet: E8, AE and 34. RGB value is (232,174,52). Sum of RGB (Red+Green+Blue) = 232+174+52=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AE34 is #1751CB. Grayscale: #B1B1B1. Windows color (decimal): -1528268 or 3452648. OLE color: 3452648.
HSL color Cylindrical-coordinate representation of color #E8AE34: hue angle of 40.67º 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 #E8AE34 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 52 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.09 |
| HSL | 40.67º | 0.8% | 0.56% | - |
| HSV(B) | 40.67º | 0.78% | 0.91% | - |
| XYZ | 49.03 | 47.68 | 9.87 | - |
| YUV | 177.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 52 | 0 | 0.25 | 0.78 | 0.09 | 40.67 | 0.8 | 0.56 |
| Hex | E8 | AE | 34 | 0 | 19 | 4E | 9 | 29 | 50 | 38 |
| Octal | 350 | 256 | 64 | 0 | 31 | 116 | 11 | 51 | 120 | 70 |
| Binary | 11101000 | 10101110 | 110100 | 0 | 11001 | 1001110 | 1001 | 101001 | 1010000 | 111000 |
Color Harmonies of #E8AE34
Complementary color
Monochromatic Colors of #E8AE34
Black with #E8AE34
Text Example
Text Example
White with #E8AE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AE34; }
p { color: rgb(232,174,52); }
H1.HeaderClassName
{
color: #E8AE34;
}
.AnyTagClassName
{
color: #E8AE34;
}
</style>
background-color css
<style>
a { background-color: #E8AE34; }
a { background-color: rgb(232,174,52); }
div.DivClassName
{
background-color: #E8AE34;
}
.BgClassName
{
background-color: #E8AE34;
}
</style>
border-color css
<style>
span { border-color: #E8AE34; }
span { border-color: rgb(232,174,52); }
td.TdClassName
{
border-color: #E8AE34;
}
.TagClassName
{
border-color: #E8AE34;
}
</style>