Shades of Tulip Tree #E8A342
Tints of Tulip Tree #E8A342
RGB
CMYK
RGB Variations
Color information
#E8A342 (or 0xE8A342) is known color: Tulip Tree. HEX triplet: E8, A3 and 42. RGB value is (232,163,66). Sum of RGB (Red+Green+Blue) = 232+163+66=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A342 is #175CBD. Grayscale: #ADADAD. Windows color (decimal): -1531070 or 4367336. OLE color: 4367336.
HSL color Cylindrical-coordinate representation of color #E8A342: hue angle of 35.06º 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 #E8A342 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 66 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.09 |
| HSL | 35.06º | 0.78% | 0.58% | - |
| HSV(B) | 35.06º | 0.72% | 0.91% | - |
| XYZ | 47.36 | 43.74 | 11.1 | - |
| YUV | 172.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 66 | 0 | 0.30 | 0.72 | 0.09 | 35.06 | 0.78 | 0.58 |
| Hex | E8 | A3 | 42 | 0 | 1E | 48 | 9 | 23 | 4E | 3A |
| Octal | 350 | 243 | 102 | 0 | 36 | 110 | 11 | 43 | 116 | 72 |
| Binary | 11101000 | 10100011 | 1000010 | 0 | 11110 | 1001000 | 1001 | 100011 | 1001110 | 111010 |
Color Harmonies of #E8A342
Complementary color
Monochromatic Colors of #E8A342
Black with #E8A342
Text Example
Text Example
White with #E8A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A342; }
p { color: rgb(232,163,66); }
H1.HeaderClassName
{
color: #E8A342;
}
.AnyTagClassName
{
color: #E8A342;
}
</style>
background-color css
<style>
a { background-color: #E8A342; }
a { background-color: rgb(232,163,66); }
div.DivClassName
{
background-color: #E8A342;
}
.BgClassName
{
background-color: #E8A342;
}
</style>
border-color css
<style>
span { border-color: #E8A342; }
span { border-color: rgb(232,163,66); }
td.TdClassName
{
border-color: #E8A342;
}
.TagClassName
{
border-color: #E8A342;
}
</style>