Shades of Tulip Tree #EAB842
Tints of Tulip Tree #EAB842
RGB
CMYK
RGB Variations
Color information
#EAB842 (or 0xEAB842) is known color: Tulip Tree. HEX triplet: EA, B8 and 42. RGB value is (234,184,66). Sum of RGB (Red+Green+Blue) = 234+184+66=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB842 is #1547BD. Grayscale: #BABABA. Windows color (decimal): -1394622 or 4372714. OLE color: 4372714.
HSL color Cylindrical-coordinate representation of color #EAB842: hue angle of 42.14º 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 #EAB842 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 66 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.08 |
| HSL | 42.14º | 0.8% | 0.59% | - |
| HSV(B) | 42.14º | 0.72% | 0.92% | - |
| XYZ | 52.06 | 52.17 | 12.48 | - |
| YUV | 185.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 66 | 0 | 0.21 | 0.72 | 0.08 | 42.14 | 0.8 | 0.59 |
| Hex | EA | B8 | 42 | 0 | 15 | 48 | 8 | 2A | 50 | 3B |
| Octal | 352 | 270 | 102 | 0 | 25 | 110 | 10 | 52 | 120 | 73 |
| Binary | 11101010 | 10111000 | 1000010 | 0 | 10101 | 1001000 | 1000 | 101010 | 1010000 | 111011 |
Color Harmonies of #EAB842
Complementary color
Monochromatic Colors of #EAB842
Black with #EAB842
Text Example
Text Example
White with #EAB842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB842; }
p { color: rgb(234,184,66); }
H1.HeaderClassName
{
color: #EAB842;
}
.AnyTagClassName
{
color: #EAB842;
}
</style>
background-color css
<style>
a { background-color: #EAB842; }
a { background-color: rgb(234,184,66); }
div.DivClassName
{
background-color: #EAB842;
}
.BgClassName
{
background-color: #EAB842;
}
</style>
border-color css
<style>
span { border-color: #EAB842; }
span { border-color: rgb(234,184,66); }
td.TdClassName
{
border-color: #EAB842;
}
.TagClassName
{
border-color: #EAB842;
}
</style>