Shades of Tulip Tree #EAA741
Tints of Tulip Tree #EAA741
RGB
CMYK
RGB Variations
Color information
#EAA741 (or 0xEAA741) is known color: Tulip Tree. HEX triplet: EA, A7 and 41. RGB value is (234,167,65). Sum of RGB (Red+Green+Blue) = 234+167+65=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA741 is #1558BE. Grayscale: #AFAFAF. Windows color (decimal): -1398975 or 4302826. OLE color: 4302826.
HSL color Cylindrical-coordinate representation of color #EAA741: hue angle of 36.21º 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 #EAA741 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 65 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.08 |
| HSL | 36.21º | 0.8% | 0.59% | - |
| HSV(B) | 36.21º | 0.72% | 0.92% | - |
| XYZ | 48.7 | 45.51 | 11.22 | - |
| YUV | 175.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 65 | 0 | 0.29 | 0.72 | 0.08 | 36.21 | 0.8 | 0.59 |
| Hex | EA | A7 | 41 | 0 | 1D | 48 | 8 | 24 | 50 | 3B |
| Octal | 352 | 247 | 101 | 0 | 35 | 110 | 10 | 44 | 120 | 73 |
| Binary | 11101010 | 10100111 | 1000001 | 0 | 11101 | 1001000 | 1000 | 100100 | 1010000 | 111011 |
Color Harmonies of #EAA741
Complementary color
Monochromatic Colors of #EAA741
Black with #EAA741
Text Example
Text Example
White with #EAA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA741; }
p { color: rgb(234,167,65); }
H1.HeaderClassName
{
color: #EAA741;
}
.AnyTagClassName
{
color: #EAA741;
}
</style>
background-color css
<style>
a { background-color: #EAA741; }
a { background-color: rgb(234,167,65); }
div.DivClassName
{
background-color: #EAA741;
}
.BgClassName
{
background-color: #EAA741;
}
</style>
border-color css
<style>
span { border-color: #EAA741; }
span { border-color: rgb(234,167,65); }
td.TdClassName
{
border-color: #EAA741;
}
.TagClassName
{
border-color: #EAA741;
}
</style>