Shades of Tulip Tree #EAA543
Tints of Tulip Tree #EAA543
RGB
CMYK
RGB Variations
Color information
#EAA543 (or 0xEAA543) is known color: Tulip Tree. HEX triplet: EA, A5 and 43. RGB value is (234,165,67). Sum of RGB (Red+Green+Blue) = 234+165+67=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA543 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA543 is #155ABC. Grayscale: #AEAEAE. Windows color (decimal): -1399485 or 4433386. OLE color: 4433386.
HSL color Cylindrical-coordinate representation of color #EAA543: hue angle of 35.21º 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 #EAA543 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 67 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.08 |
| HSL | 35.21º | 0.8% | 0.59% | - |
| HSV(B) | 35.21º | 0.71% | 0.92% | - |
| XYZ | 48.4 | 44.81 | 11.41 | - |
| YUV | 174.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 67 | 0 | 0.29 | 0.71 | 0.08 | 35.21 | 0.8 | 0.59 |
| Hex | EA | A5 | 43 | 0 | 1D | 47 | 8 | 23 | 50 | 3B |
| Octal | 352 | 245 | 103 | 0 | 35 | 107 | 10 | 43 | 120 | 73 |
| Binary | 11101010 | 10100101 | 1000011 | 0 | 11101 | 1000111 | 1000 | 100011 | 1010000 | 111011 |
Color Harmonies of #EAA543
Complementary color
Monochromatic Colors of #EAA543
Black with #EAA543
Text Example
Text Example
White with #EAA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA543; }
p { color: rgb(234,165,67); }
H1.HeaderClassName
{
color: #EAA543;
}
.AnyTagClassName
{
color: #EAA543;
}
</style>
background-color css
<style>
a { background-color: #EAA543; }
a { background-color: rgb(234,165,67); }
div.DivClassName
{
background-color: #EAA543;
}
.BgClassName
{
background-color: #EAA543;
}
</style>
border-color css
<style>
span { border-color: #EAA543; }
span { border-color: rgb(234,165,67); }
td.TdClassName
{
border-color: #EAA543;
}
.TagClassName
{
border-color: #EAA543;
}
</style>