Shades of Tulip Tree #EAB43A
Tints of Tulip Tree #EAB43A
RGB
CMYK
RGB Variations
Color information
#EAB43A (or 0xEAB43A) is known color: Tulip Tree. HEX triplet: EA, B4 and 3A. RGB value is (234,180,58). Sum of RGB (Red+Green+Blue) = 234+180+58=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB43A is #154BC5. Grayscale: #B6B6B6. Windows color (decimal): -1395654 or 3847402. OLE color: 3847402.
HSL color Cylindrical-coordinate representation of color #EAB43A: hue angle of 41.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAB43A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 58 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.08 |
| HSL | 41.59º | 0.81% | 0.57% | - |
| HSV(B) | 41.59º | 0.75% | 0.92% | - |
| XYZ | 51.02 | 50.44 | 11.05 | - |
| YUV | 182.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 58 | 0 | 0.23 | 0.75 | 0.08 | 41.59 | 0.81 | 0.57 |
| Hex | EA | B4 | 3A | 0 | 17 | 4B | 8 | 2A | 51 | 39 |
| Octal | 352 | 264 | 72 | 0 | 27 | 113 | 10 | 52 | 121 | 71 |
| Binary | 11101010 | 10110100 | 111010 | 0 | 10111 | 1001011 | 1000 | 101010 | 1010001 | 111001 |
Color Harmonies of #EAB43A
Complementary color
Monochromatic Colors of #EAB43A
Black with #EAB43A
Text Example
Text Example
White with #EAB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB43A; }
p { color: rgb(234,180,58); }
H1.HeaderClassName
{
color: #EAB43A;
}
.AnyTagClassName
{
color: #EAB43A;
}
</style>
background-color css
<style>
a { background-color: #EAB43A; }
a { background-color: rgb(234,180,58); }
div.DivClassName
{
background-color: #EAB43A;
}
.BgClassName
{
background-color: #EAB43A;
}
</style>
border-color css
<style>
span { border-color: #EAB43A; }
span { border-color: rgb(234,180,58); }
td.TdClassName
{
border-color: #EAB43A;
}
.TagClassName
{
border-color: #EAB43A;
}
</style>