Shades of Tulip Tree #EAB044
Tints of Tulip Tree #EAB044
RGB
CMYK
RGB Variations
Color information
#EAB044 (or 0xEAB044) is known color: Tulip Tree. HEX triplet: EA, B0 and 44. RGB value is (234,176,68). Sum of RGB (Red+Green+Blue) = 234+176+68=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB044 is #154FBB. Grayscale: #B5B5B5. Windows color (decimal): -1396668 or 4501738. OLE color: 4501738.
HSL color Cylindrical-coordinate representation of color #EAB044: hue angle of 39.04º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB044 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 68 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.08 |
| HSL | 39.04º | 0.8% | 0.59% | - |
| HSV(B) | 39.04º | 0.71% | 0.92% | - |
| XYZ | 50.5 | 48.96 | 12.26 | - |
| YUV | 181.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 68 | 0 | 0.25 | 0.71 | 0.08 | 39.04 | 0.8 | 0.59 |
| Hex | EA | B0 | 44 | 0 | 19 | 47 | 8 | 27 | 50 | 3B |
| Octal | 352 | 260 | 104 | 0 | 31 | 107 | 10 | 47 | 120 | 73 |
| Binary | 11101010 | 10110000 | 1000100 | 0 | 11001 | 1000111 | 1000 | 100111 | 1010000 | 111011 |
Color Harmonies of #EAB044
Complementary color
Monochromatic Colors of #EAB044
Black with #EAB044
Text Example
Text Example
White with #EAB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB044; }
p { color: rgb(234,176,68); }
H1.HeaderClassName
{
color: #EAB044;
}
.AnyTagClassName
{
color: #EAB044;
}
</style>
background-color css
<style>
a { background-color: #EAB044; }
a { background-color: rgb(234,176,68); }
div.DivClassName
{
background-color: #EAB044;
}
.BgClassName
{
background-color: #EAB044;
}
</style>
border-color css
<style>
span { border-color: #EAB044; }
span { border-color: rgb(234,176,68); }
td.TdClassName
{
border-color: #EAB044;
}
.TagClassName
{
border-color: #EAB044;
}
</style>