Shades of Tulip Tree #E8AF34
Tints of Tulip Tree #E8AF34
RGB
CMYK
RGB Variations
Color information
#E8AF34 (or 0xE8AF34) is known color: Tulip Tree. HEX triplet: E8, AF and 34. RGB value is (232,175,52). Sum of RGB (Red+Green+Blue) = 232+175+52=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF34 is #1750CB. Grayscale: #B2B2B2. Windows color (decimal): -1528012 or 3452904. OLE color: 3452904.
HSL color Cylindrical-coordinate representation of color #E8AF34: hue angle of 41º 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 #E8AF34 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 52 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.09 |
| HSL | 41º | 0.8% | 0.56% | - |
| HSV(B) | 41º | 0.78% | 0.91% | - |
| XYZ | 49.23 | 48.06 | 9.93 | - |
| YUV | 178.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 52 | 0 | 0.25 | 0.78 | 0.09 | 41 | 0.8 | 0.56 |
| Hex | E8 | AF | 34 | 0 | 19 | 4E | 9 | 29 | 50 | 38 |
| Octal | 350 | 257 | 64 | 0 | 31 | 116 | 11 | 51 | 120 | 70 |
| Binary | 11101000 | 10101111 | 110100 | 0 | 11001 | 1001110 | 1001 | 101001 | 1010000 | 111000 |
Color Harmonies of #E8AF34
Complementary color
Monochromatic Colors of #E8AF34
Black with #E8AF34
Text Example
Text Example
White with #E8AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF34; }
p { color: rgb(232,175,52); }
H1.HeaderClassName
{
color: #E8AF34;
}
.AnyTagClassName
{
color: #E8AF34;
}
</style>
background-color css
<style>
a { background-color: #E8AF34; }
a { background-color: rgb(232,175,52); }
div.DivClassName
{
background-color: #E8AF34;
}
.BgClassName
{
background-color: #E8AF34;
}
</style>
border-color css
<style>
span { border-color: #E8AF34; }
span { border-color: rgb(232,175,52); }
td.TdClassName
{
border-color: #E8AF34;
}
.TagClassName
{
border-color: #E8AF34;
}
</style>