Shades of Tulip Tree #EAB538
Tints of Tulip Tree #EAB538
RGB
CMYK
RGB Variations
Color information
#EAB538 (or 0xEAB538) is known color: Tulip Tree. HEX triplet: EA, B5 and 38. RGB value is (234,181,56). Sum of RGB (Red+Green+Blue) = 234+181+56=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB538 is #154AC7. Grayscale: #B7B7B7. Windows color (decimal): -1395400 or 3716586. OLE color: 3716586.
HSL color Cylindrical-coordinate representation of color #EAB538: hue angle of 42.13º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAB538 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 56 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.08 |
| HSL | 42.13º | 0.81% | 0.57% | - |
| HSV(B) | 42.13º | 0.76% | 0.92% | - |
| XYZ | 51.17 | 50.83 | 10.85 | - |
| YUV | 182.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 56 | 0 | 0.23 | 0.76 | 0.08 | 42.13 | 0.81 | 0.57 |
| Hex | EA | B5 | 38 | 0 | 17 | 4C | 8 | 2A | 51 | 39 |
| Octal | 352 | 265 | 70 | 0 | 27 | 114 | 10 | 52 | 121 | 71 |
| Binary | 11101010 | 10110101 | 111000 | 0 | 10111 | 1001100 | 1000 | 101010 | 1010001 | 111001 |
Color Harmonies of #EAB538
Complementary color
Monochromatic Colors of #EAB538
Black with #EAB538
Text Example
Text Example
White with #EAB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB538; }
p { color: rgb(234,181,56); }
H1.HeaderClassName
{
color: #EAB538;
}
.AnyTagClassName
{
color: #EAB538;
}
</style>
background-color css
<style>
a { background-color: #EAB538; }
a { background-color: rgb(234,181,56); }
div.DivClassName
{
background-color: #EAB538;
}
.BgClassName
{
background-color: #EAB538;
}
</style>
border-color css
<style>
span { border-color: #EAB538; }
span { border-color: rgb(234,181,56); }
td.TdClassName
{
border-color: #EAB538;
}
.TagClassName
{
border-color: #EAB538;
}
</style>