Shades of Tulip Tree #EAB035
Tints of Tulip Tree #EAB035
RGB
CMYK
RGB Variations
Color information
#EAB035 (or 0xEAB035) is known color: Tulip Tree. HEX triplet: EA, B0 and 35. RGB value is (234,176,53). Sum of RGB (Red+Green+Blue) = 234+176+53=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB035 is #154FCA. Grayscale: #B3B3B3. Windows color (decimal): -1396683 or 3518698. OLE color: 3518698.
HSL color Cylindrical-coordinate representation of color #EAB035: hue angle of 40.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAB035 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 53 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.08 |
| HSL | 40.77º | 0.81% | 0.56% | - |
| HSV(B) | 40.77º | 0.77% | 0.92% | - |
| XYZ | 50.1 | 48.8 | 10.15 | - |
| YUV | 179.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 53 | 0 | 0.25 | 0.77 | 0.08 | 40.77 | 0.81 | 0.56 |
| Hex | EA | B0 | 35 | 0 | 19 | 4D | 8 | 29 | 51 | 38 |
| Octal | 352 | 260 | 65 | 0 | 31 | 115 | 10 | 51 | 121 | 70 |
| Binary | 11101010 | 10110000 | 110101 | 0 | 11001 | 1001101 | 1000 | 101001 | 1010001 | 111000 |
Color Harmonies of #EAB035
Complementary color
Monochromatic Colors of #EAB035
Black with #EAB035
Text Example
Text Example
White with #EAB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB035; }
p { color: rgb(234,176,53); }
H1.HeaderClassName
{
color: #EAB035;
}
.AnyTagClassName
{
color: #EAB035;
}
</style>
background-color css
<style>
a { background-color: #EAB035; }
a { background-color: rgb(234,176,53); }
div.DivClassName
{
background-color: #EAB035;
}
.BgClassName
{
background-color: #EAB035;
}
</style>
border-color css
<style>
span { border-color: #EAB035; }
span { border-color: rgb(234,176,53); }
td.TdClassName
{
border-color: #EAB035;
}
.TagClassName
{
border-color: #EAB035;
}
</style>