Shades of Tulip Tree #E6AB4A
Tints of Tulip Tree #E6AB4A
RGB
CMYK
RGB Variations
Color information
#E6AB4A (or 0xE6AB4A) is known color: Tulip Tree. HEX triplet: E6, AB and 4A. RGB value is (230,171,74). Sum of RGB (Red+Green+Blue) = 230+171+74=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AB4A is #1954B5. Grayscale: #B2B2B2. Windows color (decimal): -1660086 or 4893670. OLE color: 4893670.
HSL color Cylindrical-coordinate representation of color #E6AB4A: hue angle of 37.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6AB4A is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 74 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.10 |
| HSL | 37.31º | 0.76% | 0.6% | - |
| HSV(B) | 37.31º | 0.68% | 0.9% | - |
| XYZ | 48.43 | 46.44 | 12.89 | - |
| YUV | 177.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 74 | 0 | 0.26 | 0.68 | 0.10 | 37.31 | 0.76 | 0.6 |
| Hex | E6 | AB | 4A | 0 | 1A | 44 | A | 25 | 4C | 3C |
| Octal | 346 | 253 | 112 | 0 | 32 | 104 | 12 | 45 | 114 | 74 |
| Binary | 11100110 | 10101011 | 1001010 | 0 | 11010 | 1000100 | 1010 | 100101 | 1001100 | 111100 |
Color Harmonies of #E6AB4A
Complementary color
Monochromatic Colors of #E6AB4A
Black with #E6AB4A
Text Example
Text Example
White with #E6AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB4A; }
p { color: rgb(230,171,74); }
H1.HeaderClassName
{
color: #E6AB4A;
}
.AnyTagClassName
{
color: #E6AB4A;
}
</style>
background-color css
<style>
a { background-color: #E6AB4A; }
a { background-color: rgb(230,171,74); }
div.DivClassName
{
background-color: #E6AB4A;
}
.BgClassName
{
background-color: #E6AB4A;
}
</style>
border-color css
<style>
span { border-color: #E6AB4A; }
span { border-color: rgb(230,171,74); }
td.TdClassName
{
border-color: #E6AB4A;
}
.TagClassName
{
border-color: #E6AB4A;
}
</style>