Shades of Tulip Tree #EAB33A
Tints of Tulip Tree #EAB33A
RGB
CMYK
RGB Variations
Color information
#EAB33A (or 0xEAB33A) is known color: Tulip Tree. HEX triplet: EA, B3 and 3A. RGB value is (234,179,58). Sum of RGB (Red+Green+Blue) = 234+179+58=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB33A is #154CC5. Grayscale: #B6B6B6. Windows color (decimal): -1395910 or 3847146. OLE color: 3847146.
HSL color Cylindrical-coordinate representation of color #EAB33A: hue angle of 41.25º 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 #EAB33A is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 58 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.08 |
| HSL | 41.25º | 0.81% | 0.57% | - |
| HSV(B) | 41.25º | 0.75% | 0.92% | - |
| XYZ | 50.82 | 50.04 | 10.98 | - |
| YUV | 181.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 58 | 0 | 0.24 | 0.75 | 0.08 | 41.25 | 0.81 | 0.57 |
| Hex | EA | B3 | 3A | 0 | 18 | 4B | 8 | 29 | 51 | 39 |
| Octal | 352 | 263 | 72 | 0 | 30 | 113 | 10 | 51 | 121 | 71 |
| Binary | 11101010 | 10110011 | 111010 | 0 | 11000 | 1001011 | 1000 | 101001 | 1010001 | 111001 |
Color Harmonies of #EAB33A
Complementary color
Monochromatic Colors of #EAB33A
Black with #EAB33A
Text Example
Text Example
White with #EAB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB33A; }
p { color: rgb(234,179,58); }
H1.HeaderClassName
{
color: #EAB33A;
}
.AnyTagClassName
{
color: #EAB33A;
}
</style>
background-color css
<style>
a { background-color: #EAB33A; }
a { background-color: rgb(234,179,58); }
div.DivClassName
{
background-color: #EAB33A;
}
.BgClassName
{
background-color: #EAB33A;
}
</style>
border-color css
<style>
span { border-color: #EAB33A; }
span { border-color: rgb(234,179,58); }
td.TdClassName
{
border-color: #EAB33A;
}
.TagClassName
{
border-color: #EAB33A;
}
</style>