Shades of Tulip Tree #EAB334
Tints of Tulip Tree #EAB334
RGB
CMYK
RGB Variations
Color information
#EAB334 (or 0xEAB334) is known color: Tulip Tree. HEX triplet: EA, B3 and 34. RGB value is (234,179,52). Sum of RGB (Red+Green+Blue) = 234+179+52=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB334 is #154CCB. Grayscale: #B5B5B5. Windows color (decimal): -1395916 or 3453930. OLE color: 3453930.
HSL color Cylindrical-coordinate representation of color #EAB334: hue angle of 41.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAB334 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 52 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.08 |
| HSL | 41.87º | 0.81% | 0.56% | - |
| HSV(B) | 41.87º | 0.78% | 0.92% | - |
| XYZ | 50.67 | 49.98 | 10.23 | - |
| YUV | 180.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 52 | 0 | 0.24 | 0.78 | 0.08 | 41.87 | 0.81 | 0.56 |
| Hex | EA | B3 | 34 | 0 | 18 | 4E | 8 | 2A | 51 | 38 |
| Octal | 352 | 263 | 64 | 0 | 30 | 116 | 10 | 52 | 121 | 70 |
| Binary | 11101010 | 10110011 | 110100 | 0 | 11000 | 1001110 | 1000 | 101010 | 1010001 | 111000 |
Color Harmonies of #EAB334
Complementary color
Monochromatic Colors of #EAB334
Black with #EAB334
Text Example
Text Example
White with #EAB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB334; }
p { color: rgb(234,179,52); }
H1.HeaderClassName
{
color: #EAB334;
}
.AnyTagClassName
{
color: #EAB334;
}
</style>
background-color css
<style>
a { background-color: #EAB334; }
a { background-color: rgb(234,179,52); }
div.DivClassName
{
background-color: #EAB334;
}
.BgClassName
{
background-color: #EAB334;
}
</style>
border-color css
<style>
span { border-color: #EAB334; }
span { border-color: rgb(234,179,52); }
td.TdClassName
{
border-color: #EAB334;
}
.TagClassName
{
border-color: #EAB334;
}
</style>