Shades of Tulip Tree #EAB23C
Tints of Tulip Tree #EAB23C
RGB
CMYK
RGB Variations
Color information
#EAB23C (or 0xEAB23C) is known color: Tulip Tree. HEX triplet: EA, B2 and 3C. RGB value is (234,178,60). Sum of RGB (Red+Green+Blue) = 234+178+60=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB23C is #154DC3. Grayscale: #B5B5B5. Windows color (decimal): -1396164 or 3977962. OLE color: 3977962.
HSL color Cylindrical-coordinate representation of color #EAB23C: hue angle of 40.69º degrees, saturation: 0.81, 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 #EAB23C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 60 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.08 |
| HSL | 40.69º | 0.81% | 0.58% | - |
| HSV(B) | 40.69º | 0.74% | 0.92% | - |
| XYZ | 50.67 | 49.66 | 11.19 | - |
| YUV | 181.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 60 | 0 | 0.24 | 0.74 | 0.08 | 40.69 | 0.81 | 0.58 |
| Hex | EA | B2 | 3C | 0 | 18 | 4A | 8 | 29 | 51 | 3A |
| Octal | 352 | 262 | 74 | 0 | 30 | 112 | 10 | 51 | 121 | 72 |
| Binary | 11101010 | 10110010 | 111100 | 0 | 11000 | 1001010 | 1000 | 101001 | 1010001 | 111010 |
Color Harmonies of #EAB23C
Complementary color
Monochromatic Colors of #EAB23C
Black with #EAB23C
Text Example
Text Example
White with #EAB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB23C; }
p { color: rgb(234,178,60); }
H1.HeaderClassName
{
color: #EAB23C;
}
.AnyTagClassName
{
color: #EAB23C;
}
</style>
background-color css
<style>
a { background-color: #EAB23C; }
a { background-color: rgb(234,178,60); }
div.DivClassName
{
background-color: #EAB23C;
}
.BgClassName
{
background-color: #EAB23C;
}
</style>
border-color css
<style>
span { border-color: #EAB23C; }
span { border-color: rgb(234,178,60); }
td.TdClassName
{
border-color: #EAB23C;
}
.TagClassName
{
border-color: #EAB23C;
}
</style>