Shades of Tulip Tree #EAB941
Tints of Tulip Tree #EAB941
RGB
CMYK
RGB Variations
Color information
#EAB941 (or 0xEAB941) is known color: Tulip Tree. HEX triplet: EA, B9 and 41. RGB value is (234,185,65). Sum of RGB (Red+Green+Blue) = 234+185+65=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB941 is #1546BE. Grayscale: #BABABA. Windows color (decimal): -1394367 or 4307434. OLE color: 4307434.
HSL color Cylindrical-coordinate representation of color #EAB941: hue angle of 42.6º 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 #EAB941 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 65 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.08 |
| HSL | 42.6º | 0.8% | 0.59% | - |
| HSV(B) | 42.6º | 0.72% | 0.92% | - |
| XYZ | 52.23 | 52.57 | 12.4 | - |
| YUV | 185.97 | 59.73 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 65 | 0 | 0.21 | 0.72 | 0.08 | 42.6 | 0.8 | 0.59 |
| Hex | EA | B9 | 41 | 0 | 15 | 48 | 8 | 2B | 50 | 3B |
| Octal | 352 | 271 | 101 | 0 | 25 | 110 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111001 | 1000001 | 0 | 10101 | 1001000 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EAB941
Complementary color
Monochromatic Colors of #EAB941
Black with #EAB941
Text Example
Text Example
White with #EAB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB941; }
p { color: rgb(234,185,65); }
H1.HeaderClassName
{
color: #EAB941;
}
.AnyTagClassName
{
color: #EAB941;
}
</style>
background-color css
<style>
a { background-color: #EAB941; }
a { background-color: rgb(234,185,65); }
div.DivClassName
{
background-color: #EAB941;
}
.BgClassName
{
background-color: #EAB941;
}
</style>
border-color css
<style>
span { border-color: #EAB941; }
span { border-color: rgb(234,185,65); }
td.TdClassName
{
border-color: #EAB941;
}
.TagClassName
{
border-color: #EAB941;
}
</style>