Shades of Tulip Tree #E7AD3C
Tints of Tulip Tree #E7AD3C
RGB
CMYK
RGB Variations
Color information
#E7AD3C (or 0xE7AD3C) is known color: Tulip Tree. HEX triplet: E7, AD and 3C. RGB value is (231,173,60). Sum of RGB (Red+Green+Blue) = 231+173+60=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD3C is #1852C3. Grayscale: #B1B1B1. Windows color (decimal): -1594052 or 3976679. OLE color: 3976679.
HSL color Cylindrical-coordinate representation of color #E7AD3C: hue angle of 39.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7AD3C is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 60 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.09 |
| HSL | 39.65º | 0.78% | 0.57% | - |
| HSV(B) | 39.65º | 0.74% | 0.91% | - |
| XYZ | 48.71 | 47.2 | 10.82 | - |
| YUV | 177.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 60 | 0 | 0.25 | 0.74 | 0.09 | 39.65 | 0.78 | 0.57 |
| Hex | E7 | AD | 3C | 0 | 19 | 4A | 9 | 28 | 4E | 39 |
| Octal | 347 | 255 | 74 | 0 | 31 | 112 | 11 | 50 | 116 | 71 |
| Binary | 11100111 | 10101101 | 111100 | 0 | 11001 | 1001010 | 1001 | 101000 | 1001110 | 111001 |
Color Harmonies of #E7AD3C
Complementary color
Monochromatic Colors of #E7AD3C
Black with #E7AD3C
Text Example
Text Example
White with #E7AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD3C; }
p { color: rgb(231,173,60); }
H1.HeaderClassName
{
color: #E7AD3C;
}
.AnyTagClassName
{
color: #E7AD3C;
}
</style>
background-color css
<style>
a { background-color: #E7AD3C; }
a { background-color: rgb(231,173,60); }
div.DivClassName
{
background-color: #E7AD3C;
}
.BgClassName
{
background-color: #E7AD3C;
}
</style>
border-color css
<style>
span { border-color: #E7AD3C; }
span { border-color: rgb(231,173,60); }
td.TdClassName
{
border-color: #E7AD3C;
}
.TagClassName
{
border-color: #E7AD3C;
}
</style>