Shades of Tulip Tree #EAB73C
Tints of Tulip Tree #EAB73C
RGB
CMYK
RGB Variations
Color information
#EAB73C (or 0xEAB73C) is known color: Tulip Tree. HEX triplet: EA, B7 and 3C. RGB value is (234,183,60). Sum of RGB (Red+Green+Blue) = 234+183+60=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB73C is #1548C3. Grayscale: #B8B8B8. Windows color (decimal): -1394884 or 3979242. OLE color: 3979242.
HSL color Cylindrical-coordinate representation of color #EAB73C: hue angle of 42.41º 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 #EAB73C is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 60 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.08 |
| HSL | 42.41º | 0.81% | 0.58% | - |
| HSV(B) | 42.41º | 0.74% | 0.92% | - |
| XYZ | 51.68 | 51.69 | 11.53 | - |
| YUV | 184.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 60 | 0 | 0.22 | 0.74 | 0.08 | 42.41 | 0.81 | 0.58 |
| Hex | EA | B7 | 3C | 0 | 16 | 4A | 8 | 2A | 51 | 3A |
| Octal | 352 | 267 | 74 | 0 | 26 | 112 | 10 | 52 | 121 | 72 |
| Binary | 11101010 | 10110111 | 111100 | 0 | 10110 | 1001010 | 1000 | 101010 | 1010001 | 111010 |
Color Harmonies of #EAB73C
Complementary color
Monochromatic Colors of #EAB73C
Black with #EAB73C
Text Example
Text Example
White with #EAB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB73C; }
p { color: rgb(234,183,60); }
H1.HeaderClassName
{
color: #EAB73C;
}
.AnyTagClassName
{
color: #EAB73C;
}
</style>
background-color css
<style>
a { background-color: #EAB73C; }
a { background-color: rgb(234,183,60); }
div.DivClassName
{
background-color: #EAB73C;
}
.BgClassName
{
background-color: #EAB73C;
}
</style>
border-color css
<style>
span { border-color: #EAB73C; }
span { border-color: rgb(234,183,60); }
td.TdClassName
{
border-color: #EAB73C;
}
.TagClassName
{
border-color: #EAB73C;
}
</style>