Shades of Tulip Tree #EAA544
Tints of Tulip Tree #EAA544
RGB
CMYK
RGB Variations
Color information
#EAA544 (or 0xEAA544) is known color: Tulip Tree. HEX triplet: EA, A5 and 44. RGB value is (234,165,68). Sum of RGB (Red+Green+Blue) = 234+165+68=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA544 is #155ABB. Grayscale: #AFAFAF. Windows color (decimal): -1399484 or 4498922. OLE color: 4498922.
HSL color Cylindrical-coordinate representation of color #EAA544: hue angle of 35.06º 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 #EAA544 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 68 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.08 |
| HSL | 35.06º | 0.8% | 0.59% | - |
| HSV(B) | 35.06º | 0.71% | 0.92% | - |
| XYZ | 48.43 | 44.82 | 11.57 | - |
| YUV | 174.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 68 | 0 | 0.29 | 0.71 | 0.08 | 35.06 | 0.8 | 0.59 |
| Hex | EA | A5 | 44 | 0 | 1D | 47 | 8 | 23 | 50 | 3B |
| Octal | 352 | 245 | 104 | 0 | 35 | 107 | 10 | 43 | 120 | 73 |
| Binary | 11101010 | 10100101 | 1000100 | 0 | 11101 | 1000111 | 1000 | 100011 | 1010000 | 111011 |
Color Harmonies of #EAA544
Complementary color
Monochromatic Colors of #EAA544
Black with #EAA544
Text Example
Text Example
White with #EAA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA544; }
p { color: rgb(234,165,68); }
H1.HeaderClassName
{
color: #EAA544;
}
.AnyTagClassName
{
color: #EAA544;
}
</style>
background-color css
<style>
a { background-color: #EAA544; }
a { background-color: rgb(234,165,68); }
div.DivClassName
{
background-color: #EAA544;
}
.BgClassName
{
background-color: #EAA544;
}
</style>
border-color css
<style>
span { border-color: #EAA544; }
span { border-color: rgb(234,165,68); }
td.TdClassName
{
border-color: #EAA544;
}
.TagClassName
{
border-color: #EAA544;
}
</style>