Shades of Tulip Tree #EAB93F
Tints of Tulip Tree #EAB93F
RGB
CMYK
RGB Variations
Color information
#EAB93F (or 0xEAB93F) is known color: Tulip Tree. HEX triplet: EA, B9 and 3F. RGB value is (234,185,63). Sum of RGB (Red+Green+Blue) = 234+185+63=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB93F is #1546C0. Grayscale: #BABABA. Windows color (decimal): -1394369 or 4176362. OLE color: 4176362.
HSL color Cylindrical-coordinate representation of color #EAB93F: hue angle of 42.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAB93F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 63 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.08 |
| HSL | 42.81º | 0.8% | 0.58% | - |
| HSV(B) | 42.81º | 0.73% | 0.92% | - |
| XYZ | 52.18 | 52.55 | 12.1 | - |
| YUV | 185.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 63 | 0 | 0.21 | 0.73 | 0.08 | 42.81 | 0.8 | 0.58 |
| Hex | EA | B9 | 3F | 0 | 15 | 49 | 8 | 2B | 50 | 3A |
| Octal | 352 | 271 | 77 | 0 | 25 | 111 | 10 | 53 | 120 | 72 |
| Binary | 11101010 | 10111001 | 111111 | 0 | 10101 | 1001001 | 1000 | 101011 | 1010000 | 111010 |
Color Harmonies of #EAB93F
Complementary color
Monochromatic Colors of #EAB93F
Black with #EAB93F
Text Example
Text Example
White with #EAB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB93F; }
p { color: rgb(234,185,63); }
H1.HeaderClassName
{
color: #EAB93F;
}
.AnyTagClassName
{
color: #EAB93F;
}
</style>
background-color css
<style>
a { background-color: #EAB93F; }
a { background-color: rgb(234,185,63); }
div.DivClassName
{
background-color: #EAB93F;
}
.BgClassName
{
background-color: #EAB93F;
}
</style>
border-color css
<style>
span { border-color: #EAB93F; }
span { border-color: rgb(234,185,63); }
td.TdClassName
{
border-color: #EAB93F;
}
.TagClassName
{
border-color: #EAB93F;
}
</style>