Shades of Tulip Tree #E6A72F
Tints of Tulip Tree #E6A72F
RGB
CMYK
RGB Variations
Color information
#E6A72F (or 0xE6A72F) is known color: Tulip Tree. HEX triplet: E6, A7 and 2F. RGB value is (230,167,47). Sum of RGB (Red+Green+Blue) = 230+167+47=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A72F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A72F is #1958D0. Grayscale: #ACACAC. Windows color (decimal): -1661137 or 3123174. OLE color: 3123174.
HSL color Cylindrical-coordinate representation of color #E6A72F: hue angle of 39.34º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6A72F is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 47 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.10 |
| HSL | 39.34º | 0.79% | 0.54% | - |
| HSV(B) | 39.34º | 0.8% | 0.9% | - |
| XYZ | 46.96 | 44.67 | 8.84 | - |
| YUV | 172.16 | 57.37 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 47 | 0 | 0.27 | 0.80 | 0.10 | 39.34 | 0.79 | 0.54 |
| Hex | E6 | A7 | 2F | 0 | 1B | 50 | A | 27 | 4F | 36 |
| Octal | 346 | 247 | 57 | 0 | 33 | 120 | 12 | 47 | 117 | 66 |
| Binary | 11100110 | 10100111 | 101111 | 0 | 11011 | 1010000 | 1010 | 100111 | 1001111 | 110110 |
Color Harmonies of #E6A72F
Complementary color
Monochromatic Colors of #E6A72F
Black with #E6A72F
Text Example
Text Example
White with #E6A72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A72F; }
p { color: rgb(230,167,47); }
H1.HeaderClassName
{
color: #E6A72F;
}
.AnyTagClassName
{
color: #E6A72F;
}
</style>
background-color css
<style>
a { background-color: #E6A72F; }
a { background-color: rgb(230,167,47); }
div.DivClassName
{
background-color: #E6A72F;
}
.BgClassName
{
background-color: #E6A72F;
}
</style>
border-color css
<style>
span { border-color: #E6A72F; }
span { border-color: rgb(230,167,47); }
td.TdClassName
{
border-color: #E6A72F;
}
.TagClassName
{
border-color: #E6A72F;
}
</style>