Shades of Tulip Tree #EAB140
Tints of Tulip Tree #EAB140
RGB
CMYK
RGB Variations
Color information
#EAB140 (or 0xEAB140) is known color: Tulip Tree. HEX triplet: EA, B1 and 40. RGB value is (234,177,64). Sum of RGB (Red+Green+Blue) = 234+177+64=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB140 is #154EBF. Grayscale: #B5B5B5. Windows color (decimal): -1396416 or 4239850. OLE color: 4239850.
HSL color Cylindrical-coordinate representation of color #EAB140: hue angle of 39.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAB140 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 64 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.08 |
| HSL | 39.88º | 0.8% | 0.58% | - |
| HSV(B) | 39.88º | 0.73% | 0.92% | - |
| XYZ | 50.58 | 49.31 | 11.7 | - |
| YUV | 181.16 | 61.88 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 64 | 0 | 0.24 | 0.73 | 0.08 | 39.88 | 0.8 | 0.58 |
| Hex | EA | B1 | 40 | 0 | 18 | 49 | 8 | 28 | 50 | 3A |
| Octal | 352 | 261 | 100 | 0 | 30 | 111 | 10 | 50 | 120 | 72 |
| Binary | 11101010 | 10110001 | 1000000 | 0 | 11000 | 1001001 | 1000 | 101000 | 1010000 | 111010 |
Color Harmonies of #EAB140
Complementary color
Monochromatic Colors of #EAB140
Black with #EAB140
Text Example
Text Example
White with #EAB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB140; }
p { color: rgb(234,177,64); }
H1.HeaderClassName
{
color: #EAB140;
}
.AnyTagClassName
{
color: #EAB140;
}
</style>
background-color css
<style>
a { background-color: #EAB140; }
a { background-color: rgb(234,177,64); }
div.DivClassName
{
background-color: #EAB140;
}
.BgClassName
{
background-color: #EAB140;
}
</style>
border-color css
<style>
span { border-color: #EAB140; }
span { border-color: rgb(234,177,64); }
td.TdClassName
{
border-color: #EAB140;
}
.TagClassName
{
border-color: #EAB140;
}
</style>