Shades of Tulip Tree #EAB33B
Tints of Tulip Tree #EAB33B
RGB
CMYK
RGB Variations
Color information
#EAB33B (or 0xEAB33B) is known color: Tulip Tree. HEX triplet: EA, B3 and 3B. RGB value is (234,179,59). Sum of RGB (Red+Green+Blue) = 234+179+59=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB33B is #154CC4. Grayscale: #B6B6B6. Windows color (decimal): -1395909 or 3912682. OLE color: 3912682.
HSL color Cylindrical-coordinate representation of color #EAB33B: hue angle of 41.14º 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 #EAB33B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 59 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.08 |
| HSL | 41.14º | 0.81% | 0.57% | - |
| HSV(B) | 41.14º | 0.75% | 0.92% | - |
| XYZ | 50.84 | 50.05 | 11.12 | - |
| YUV | 181.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 59 | 0 | 0.24 | 0.75 | 0.08 | 41.14 | 0.81 | 0.57 |
| Hex | EA | B3 | 3B | 0 | 18 | 4B | 8 | 29 | 51 | 39 |
| Octal | 352 | 263 | 73 | 0 | 30 | 113 | 10 | 51 | 121 | 71 |
| Binary | 11101010 | 10110011 | 111011 | 0 | 11000 | 1001011 | 1000 | 101001 | 1010001 | 111001 |
Color Harmonies of #EAB33B
Complementary color
Monochromatic Colors of #EAB33B
Black with #EAB33B
Text Example
Text Example
White with #EAB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB33B; }
p { color: rgb(234,179,59); }
H1.HeaderClassName
{
color: #EAB33B;
}
.AnyTagClassName
{
color: #EAB33B;
}
</style>
background-color css
<style>
a { background-color: #EAB33B; }
a { background-color: rgb(234,179,59); }
div.DivClassName
{
background-color: #EAB33B;
}
.BgClassName
{
background-color: #EAB33B;
}
</style>
border-color css
<style>
span { border-color: #EAB33B; }
span { border-color: rgb(234,179,59); }
td.TdClassName
{
border-color: #EAB33B;
}
.TagClassName
{
border-color: #EAB33B;
}
</style>