Shades of Tulip Tree #E6A434
Tints of Tulip Tree #E6A434
RGB
CMYK
RGB Variations
Color information
#E6A434 (or 0xE6A434) is known color: Tulip Tree. HEX triplet: E6, A4 and 34. RGB value is (230,164,52). Sum of RGB (Red+Green+Blue) = 230+164+52=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A434 is #195BCB. Grayscale: #ABABAB. Windows color (decimal): -1661900 or 3450086. OLE color: 3450086.
HSL color Cylindrical-coordinate representation of color #E6A434: hue angle of 37.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6A434 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 52 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.10 |
| HSL | 37.75º | 0.78% | 0.55% | - |
| HSV(B) | 37.75º | 0.77% | 0.9% | - |
| XYZ | 46.53 | 43.62 | 9.22 | - |
| YUV | 170.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 52 | 0 | 0.29 | 0.77 | 0.10 | 37.75 | 0.78 | 0.55 |
| Hex | E6 | A4 | 34 | 0 | 1D | 4D | A | 26 | 4E | 37 |
| Octal | 346 | 244 | 64 | 0 | 35 | 115 | 12 | 46 | 116 | 67 |
| Binary | 11100110 | 10100100 | 110100 | 0 | 11101 | 1001101 | 1010 | 100110 | 1001110 | 110111 |
Color Harmonies of #E6A434
Complementary color
Monochromatic Colors of #E6A434
Black with #E6A434
Text Example
Text Example
White with #E6A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A434; }
p { color: rgb(230,164,52); }
H1.HeaderClassName
{
color: #E6A434;
}
.AnyTagClassName
{
color: #E6A434;
}
</style>
background-color css
<style>
a { background-color: #E6A434; }
a { background-color: rgb(230,164,52); }
div.DivClassName
{
background-color: #E6A434;
}
.BgClassName
{
background-color: #E6A434;
}
</style>
border-color css
<style>
span { border-color: #E6A434; }
span { border-color: rgb(230,164,52); }
td.TdClassName
{
border-color: #E6A434;
}
.TagClassName
{
border-color: #E6A434;
}
</style>