Shades of Tulip Tree #EAB141
Tints of Tulip Tree #EAB141
RGB
CMYK
RGB Variations
Color information
#EAB141 (or 0xEAB141) is known color: Tulip Tree. HEX triplet: EA, B1 and 41. RGB value is (234,177,65). Sum of RGB (Red+Green+Blue) = 234+177+65=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB141 is #154EBE. Grayscale: #B5B5B5. Windows color (decimal): -1396415 or 4305386. OLE color: 4305386.
HSL color Cylindrical-coordinate representation of color #EAB141: hue angle of 39.76º 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 #EAB141 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 65 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.08 |
| HSL | 39.76º | 0.8% | 0.59% | - |
| HSV(B) | 39.76º | 0.72% | 0.92% | - |
| XYZ | 50.61 | 49.32 | 11.85 | - |
| YUV | 181.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 65 | 0 | 0.24 | 0.72 | 0.08 | 39.76 | 0.8 | 0.59 |
| Hex | EA | B1 | 41 | 0 | 18 | 48 | 8 | 28 | 50 | 3B |
| Octal | 352 | 261 | 101 | 0 | 30 | 110 | 10 | 50 | 120 | 73 |
| Binary | 11101010 | 10110001 | 1000001 | 0 | 11000 | 1001000 | 1000 | 101000 | 1010000 | 111011 |
Color Harmonies of #EAB141
Complementary color
Monochromatic Colors of #EAB141
Black with #EAB141
Text Example
Text Example
White with #EAB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB141; }
p { color: rgb(234,177,65); }
H1.HeaderClassName
{
color: #EAB141;
}
.AnyTagClassName
{
color: #EAB141;
}
</style>
background-color css
<style>
a { background-color: #EAB141; }
a { background-color: rgb(234,177,65); }
div.DivClassName
{
background-color: #EAB141;
}
.BgClassName
{
background-color: #EAB141;
}
</style>
border-color css
<style>
span { border-color: #EAB141; }
span { border-color: rgb(234,177,65); }
td.TdClassName
{
border-color: #EAB141;
}
.TagClassName
{
border-color: #EAB141;
}
</style>