Shades of Tulip Tree #EAB43E
Tints of Tulip Tree #EAB43E
RGB
CMYK
RGB Variations
Color information
#EAB43E (or 0xEAB43E) is known color: Tulip Tree. HEX triplet: EA, B4 and 3E. RGB value is (234,180,62). Sum of RGB (Red+Green+Blue) = 234+180+62=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB43E is #154BC1. Grayscale: #B7B7B7. Windows color (decimal): -1395650 or 4109546. OLE color: 4109546.
HSL color Cylindrical-coordinate representation of color #EAB43E: hue angle of 41.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAB43E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 62 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.08 |
| HSL | 41.16º | 0.8% | 0.58% | - |
| HSV(B) | 41.16º | 0.74% | 0.92% | - |
| XYZ | 51.12 | 50.48 | 11.61 | - |
| YUV | 182.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 62 | 0 | 0.23 | 0.74 | 0.08 | 41.16 | 0.8 | 0.58 |
| Hex | EA | B4 | 3E | 0 | 17 | 4A | 8 | 29 | 50 | 3A |
| Octal | 352 | 264 | 76 | 0 | 27 | 112 | 10 | 51 | 120 | 72 |
| Binary | 11101010 | 10110100 | 111110 | 0 | 10111 | 1001010 | 1000 | 101001 | 1010000 | 111010 |
Color Harmonies of #EAB43E
Complementary color
Monochromatic Colors of #EAB43E
Black with #EAB43E
Text Example
Text Example
White with #EAB43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB43E; }
p { color: rgb(234,180,62); }
H1.HeaderClassName
{
color: #EAB43E;
}
.AnyTagClassName
{
color: #EAB43E;
}
</style>
background-color css
<style>
a { background-color: #EAB43E; }
a { background-color: rgb(234,180,62); }
div.DivClassName
{
background-color: #EAB43E;
}
.BgClassName
{
background-color: #EAB43E;
}
</style>
border-color css
<style>
span { border-color: #EAB43E; }
span { border-color: rgb(234,180,62); }
td.TdClassName
{
border-color: #EAB43E;
}
.TagClassName
{
border-color: #EAB43E;
}
</style>