Shades of Tulip Tree #EAB23A
Tints of Tulip Tree #EAB23A
RGB
CMYK
RGB Variations
Color information
#EAB23A (or 0xEAB23A) is known color: Tulip Tree. HEX triplet: EA, B2 and 3A. RGB value is (234,178,58). Sum of RGB (Red+Green+Blue) = 234+178+58=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB23A is #154DC5. Grayscale: #B5B5B5. Windows color (decimal): -1396166 or 3846890. OLE color: 3846890.
HSL color Cylindrical-coordinate representation of color #EAB23A: hue angle of 40.91º 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 #EAB23A is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 58 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.08 |
| HSL | 40.91º | 0.81% | 0.57% | - |
| HSV(B) | 40.91º | 0.75% | 0.92% | - |
| XYZ | 50.62 | 49.64 | 10.92 | - |
| YUV | 181.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 58 | 0 | 0.24 | 0.75 | 0.08 | 40.91 | 0.81 | 0.57 |
| Hex | EA | B2 | 3A | 0 | 18 | 4B | 8 | 29 | 51 | 39 |
| Octal | 352 | 262 | 72 | 0 | 30 | 113 | 10 | 51 | 121 | 71 |
| Binary | 11101010 | 10110010 | 111010 | 0 | 11000 | 1001011 | 1000 | 101001 | 1010001 | 111001 |
Color Harmonies of #EAB23A
Complementary color
Monochromatic Colors of #EAB23A
Black with #EAB23A
Text Example
Text Example
White with #EAB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB23A; }
p { color: rgb(234,178,58); }
H1.HeaderClassName
{
color: #EAB23A;
}
.AnyTagClassName
{
color: #EAB23A;
}
</style>
background-color css
<style>
a { background-color: #EAB23A; }
a { background-color: rgb(234,178,58); }
div.DivClassName
{
background-color: #EAB23A;
}
.BgClassName
{
background-color: #EAB23A;
}
</style>
border-color css
<style>
span { border-color: #EAB23A; }
span { border-color: rgb(234,178,58); }
td.TdClassName
{
border-color: #EAB23A;
}
.TagClassName
{
border-color: #EAB23A;
}
</style>