Shades of Tulip Tree #EAB93D
Tints of Tulip Tree #EAB93D
RGB
CMYK
RGB Variations
Color information
#EAB93D (or 0xEAB93D) is known color: Tulip Tree. HEX triplet: EA, B9 and 3D. RGB value is (234,185,61). Sum of RGB (Red+Green+Blue) = 234+185+61=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB93D is #1546C2. Grayscale: #BABABA. Windows color (decimal): -1394371 or 4045290. OLE color: 4045290.
HSL color Cylindrical-coordinate representation of color #EAB93D: hue angle of 43.01º degrees, saturation: 0.8, 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 #EAB93D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 61 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.08 |
| HSL | 43.01º | 0.8% | 0.58% | - |
| HSV(B) | 43.01º | 0.74% | 0.92% | - |
| XYZ | 52.12 | 52.53 | 11.81 | - |
| YUV | 185.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 61 | 0 | 0.21 | 0.74 | 0.08 | 43.01 | 0.8 | 0.58 |
| Hex | EA | B9 | 3D | 0 | 15 | 4A | 8 | 2B | 50 | 3A |
| Octal | 352 | 271 | 75 | 0 | 25 | 112 | 10 | 53 | 120 | 72 |
| Binary | 11101010 | 10111001 | 111101 | 0 | 10101 | 1001010 | 1000 | 101011 | 1010000 | 111010 |
Color Harmonies of #EAB93D
Complementary color
Monochromatic Colors of #EAB93D
Black with #EAB93D
Text Example
Text Example
White with #EAB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB93D; }
p { color: rgb(234,185,61); }
H1.HeaderClassName
{
color: #EAB93D;
}
.AnyTagClassName
{
color: #EAB93D;
}
</style>
background-color css
<style>
a { background-color: #EAB93D; }
a { background-color: rgb(234,185,61); }
div.DivClassName
{
background-color: #EAB93D;
}
.BgClassName
{
background-color: #EAB93D;
}
</style>
border-color css
<style>
span { border-color: #EAB93D; }
span { border-color: rgb(234,185,61); }
td.TdClassName
{
border-color: #EAB93D;
}
.TagClassName
{
border-color: #EAB93D;
}
</style>