Shades of Tulip Tree #EAB742
Tints of Tulip Tree #EAB742
RGB
CMYK
RGB Variations
Color information
#EAB742 (or 0xEAB742) is known color: Tulip Tree. HEX triplet: EA, B7 and 42. RGB value is (234,183,66). Sum of RGB (Red+Green+Blue) = 234+183+66=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB742 is #1548BD. Grayscale: #B9B9B9. Windows color (decimal): -1394878 or 4372458. OLE color: 4372458.
HSL color Cylindrical-coordinate representation of color #EAB742: hue angle of 41.79º 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 #EAB742 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 66 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.08 |
| HSL | 41.79º | 0.8% | 0.59% | - |
| HSV(B) | 41.79º | 0.72% | 0.92% | - |
| XYZ | 51.85 | 51.75 | 12.41 | - |
| YUV | 184.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 66 | 0 | 0.22 | 0.72 | 0.08 | 41.79 | 0.8 | 0.59 |
| Hex | EA | B7 | 42 | 0 | 16 | 48 | 8 | 2A | 50 | 3B |
| Octal | 352 | 267 | 102 | 0 | 26 | 110 | 10 | 52 | 120 | 73 |
| Binary | 11101010 | 10110111 | 1000010 | 0 | 10110 | 1001000 | 1000 | 101010 | 1010000 | 111011 |
Color Harmonies of #EAB742
Complementary color
Monochromatic Colors of #EAB742
Black with #EAB742
Text Example
Text Example
White with #EAB742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB742; }
p { color: rgb(234,183,66); }
H1.HeaderClassName
{
color: #EAB742;
}
.AnyTagClassName
{
color: #EAB742;
}
</style>
background-color css
<style>
a { background-color: #EAB742; }
a { background-color: rgb(234,183,66); }
div.DivClassName
{
background-color: #EAB742;
}
.BgClassName
{
background-color: #EAB742;
}
</style>
border-color css
<style>
span { border-color: #EAB742; }
span { border-color: rgb(234,183,66); }
td.TdClassName
{
border-color: #EAB742;
}
.TagClassName
{
border-color: #EAB742;
}
</style>