Shades of Tulip Tree #EABA41
Tints of Tulip Tree #EABA41
RGB
CMYK
RGB Variations
Color information
#EABA41 (or 0xEABA41) is known color: Tulip Tree. HEX triplet: EA, BA and 41. RGB value is (234,186,65). Sum of RGB (Red+Green+Blue) = 234+186+65=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA41 is #1545BE. Grayscale: #BBBBBB. Windows color (decimal): -1394111 or 4307690. OLE color: 4307690.
HSL color Cylindrical-coordinate representation of color #EABA41: hue angle of 42.96º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EABA41 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 65 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.08 |
| HSL | 42.96º | 0.8% | 0.59% | - |
| HSV(B) | 42.96º | 0.72% | 0.92% | - |
| XYZ | 52.44 | 52.99 | 12.47 | - |
| YUV | 186.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 65 | 0 | 0.21 | 0.72 | 0.08 | 42.96 | 0.8 | 0.59 |
| Hex | EA | BA | 41 | 0 | 15 | 48 | 8 | 2B | 50 | 3B |
| Octal | 352 | 272 | 101 | 0 | 25 | 110 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111010 | 1000001 | 0 | 10101 | 1001000 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EABA41
Complementary color
Monochromatic Colors of #EABA41
Black with #EABA41
Text Example
Text Example
White with #EABA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA41; }
p { color: rgb(234,186,65); }
H1.HeaderClassName
{
color: #EABA41;
}
.AnyTagClassName
{
color: #EABA41;
}
</style>
background-color css
<style>
a { background-color: #EABA41; }
a { background-color: rgb(234,186,65); }
div.DivClassName
{
background-color: #EABA41;
}
.BgClassName
{
background-color: #EABA41;
}
</style>
border-color css
<style>
span { border-color: #EABA41; }
span { border-color: rgb(234,186,65); }
td.TdClassName
{
border-color: #EABA41;
}
.TagClassName
{
border-color: #EABA41;
}
</style>