Shades of Tulip Tree #EAB046
Tints of Tulip Tree #EAB046
RGB
CMYK
RGB Variations
Color information
#EAB046 (or 0xEAB046) is known color: Tulip Tree. HEX triplet: EA, B0 and 46. RGB value is (234,176,70). Sum of RGB (Red+Green+Blue) = 234+176+70=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB046 is #154FB9. Grayscale: #B5B5B5. Windows color (decimal): -1396666 or 4632810. OLE color: 4632810.
HSL color Cylindrical-coordinate representation of color #EAB046: hue angle of 38.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAB046 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 70 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.08 |
| HSL | 38.78º | 0.8% | 0.6% | - |
| HSV(B) | 38.78º | 0.7% | 0.92% | - |
| XYZ | 50.56 | 48.99 | 12.58 | - |
| YUV | 181.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 70 | 0 | 0.25 | 0.70 | 0.08 | 38.78 | 0.8 | 0.6 |
| Hex | EA | B0 | 46 | 0 | 19 | 46 | 8 | 27 | 50 | 3C |
| Octal | 352 | 260 | 106 | 0 | 31 | 106 | 10 | 47 | 120 | 74 |
| Binary | 11101010 | 10110000 | 1000110 | 0 | 11001 | 1000110 | 1000 | 100111 | 1010000 | 111100 |
Color Harmonies of #EAB046
Complementary color
Monochromatic Colors of #EAB046
Black with #EAB046
Text Example
Text Example
White with #EAB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB046; }
p { color: rgb(234,176,70); }
H1.HeaderClassName
{
color: #EAB046;
}
.AnyTagClassName
{
color: #EAB046;
}
</style>
background-color css
<style>
a { background-color: #EAB046; }
a { background-color: rgb(234,176,70); }
div.DivClassName
{
background-color: #EAB046;
}
.BgClassName
{
background-color: #EAB046;
}
</style>
border-color css
<style>
span { border-color: #EAB046; }
span { border-color: rgb(234,176,70); }
td.TdClassName
{
border-color: #EAB046;
}
.TagClassName
{
border-color: #EAB046;
}
</style>