Shades of Tulip Tree #E8AD41
Tints of Tulip Tree #E8AD41
RGB
CMYK
RGB Variations
Color information
#E8AD41 (or 0xE8AD41) is known color: Tulip Tree. HEX triplet: E8, AD and 41. RGB value is (232,173,65). Sum of RGB (Red+Green+Blue) = 232+173+65=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD41 is #1752BE. Grayscale: #B2B2B2. Windows color (decimal): -1528511 or 4304360. OLE color: 4304360.
HSL color Cylindrical-coordinate representation of color #E8AD41: hue angle of 38.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8AD41 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 65 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.09 |
| HSL | 38.8º | 0.78% | 0.58% | - |
| HSV(B) | 38.8º | 0.72% | 0.91% | - |
| XYZ | 49.18 | 47.42 | 11.56 | - |
| YUV | 178.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 65 | 0 | 0.25 | 0.72 | 0.09 | 38.8 | 0.78 | 0.58 |
| Hex | E8 | AD | 41 | 0 | 19 | 48 | 9 | 27 | 4E | 3A |
| Octal | 350 | 255 | 101 | 0 | 31 | 110 | 11 | 47 | 116 | 72 |
| Binary | 11101000 | 10101101 | 1000001 | 0 | 11001 | 1001000 | 1001 | 100111 | 1001110 | 111010 |
Color Harmonies of #E8AD41
Complementary color
Monochromatic Colors of #E8AD41
Black with #E8AD41
Text Example
Text Example
White with #E8AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD41; }
p { color: rgb(232,173,65); }
H1.HeaderClassName
{
color: #E8AD41;
}
.AnyTagClassName
{
color: #E8AD41;
}
</style>
background-color css
<style>
a { background-color: #E8AD41; }
a { background-color: rgb(232,173,65); }
div.DivClassName
{
background-color: #E8AD41;
}
.BgClassName
{
background-color: #E8AD41;
}
</style>
border-color css
<style>
span { border-color: #E8AD41; }
span { border-color: rgb(232,173,65); }
td.TdClassName
{
border-color: #E8AD41;
}
.TagClassName
{
border-color: #E8AD41;
}
</style>