Shades of Tulip Tree #EAB441
Tints of Tulip Tree #EAB441
RGB
CMYK
RGB Variations
Color information
#EAB441 (or 0xEAB441) is known color: Tulip Tree. HEX triplet: EA, B4 and 41. RGB value is (234,180,65). Sum of RGB (Red+Green+Blue) = 234+180+65=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB441 is #154BBE. Grayscale: #B7B7B7. Windows color (decimal): -1395647 or 4306154. OLE color: 4306154.
HSL color Cylindrical-coordinate representation of color #EAB441: hue angle of 40.83º 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 #EAB441 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 65 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.08 |
| HSL | 40.83º | 0.8% | 0.59% | - |
| HSV(B) | 40.83º | 0.72% | 0.92% | - |
| XYZ | 51.21 | 50.52 | 12.05 | - |
| YUV | 183.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 65 | 0 | 0.23 | 0.72 | 0.08 | 40.83 | 0.8 | 0.59 |
| Hex | EA | B4 | 41 | 0 | 17 | 48 | 8 | 29 | 50 | 3B |
| Octal | 352 | 264 | 101 | 0 | 27 | 110 | 10 | 51 | 120 | 73 |
| Binary | 11101010 | 10110100 | 1000001 | 0 | 10111 | 1001000 | 1000 | 101001 | 1010000 | 111011 |
Color Harmonies of #EAB441
Complementary color
Monochromatic Colors of #EAB441
Black with #EAB441
Text Example
Text Example
White with #EAB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB441; }
p { color: rgb(234,180,65); }
H1.HeaderClassName
{
color: #EAB441;
}
.AnyTagClassName
{
color: #EAB441;
}
</style>
background-color css
<style>
a { background-color: #EAB441; }
a { background-color: rgb(234,180,65); }
div.DivClassName
{
background-color: #EAB441;
}
.BgClassName
{
background-color: #EAB441;
}
</style>
border-color css
<style>
span { border-color: #EAB441; }
span { border-color: rgb(234,180,65); }
td.TdClassName
{
border-color: #EAB441;
}
.TagClassName
{
border-color: #EAB441;
}
</style>