Shades of Tulip Tree #EAA831
Tints of Tulip Tree #EAA831
RGB
CMYK
RGB Variations
Color information
#EAA831 (or 0xEAA831) is known color: Tulip Tree. HEX triplet: EA, A8 and 31. RGB value is (234,168,49). Sum of RGB (Red+Green+Blue) = 234+168+49=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA831 is #1557CE. Grayscale: #AEAEAE. Windows color (decimal): -1398735 or 3254506. OLE color: 3254506.
HSL color Cylindrical-coordinate representation of color #EAA831: hue angle of 38.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAA831 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 49 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.08 |
| HSL | 38.59º | 0.81% | 0.55% | - |
| HSV(B) | 38.59º | 0.79% | 0.92% | - |
| XYZ | 48.49 | 45.72 | 9.17 | - |
| YUV | 174.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 49 | 0 | 0.28 | 0.79 | 0.08 | 38.59 | 0.81 | 0.55 |
| Hex | EA | A8 | 31 | 0 | 1C | 4F | 8 | 27 | 51 | 37 |
| Octal | 352 | 250 | 61 | 0 | 34 | 117 | 10 | 47 | 121 | 67 |
| Binary | 11101010 | 10101000 | 110001 | 0 | 11100 | 1001111 | 1000 | 100111 | 1010001 | 110111 |
Color Harmonies of #EAA831
Complementary color
Monochromatic Colors of #EAA831
Black with #EAA831
Text Example
Text Example
White with #EAA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA831; }
p { color: rgb(234,168,49); }
H1.HeaderClassName
{
color: #EAA831;
}
.AnyTagClassName
{
color: #EAA831;
}
</style>
background-color css
<style>
a { background-color: #EAA831; }
a { background-color: rgb(234,168,49); }
div.DivClassName
{
background-color: #EAA831;
}
.BgClassName
{
background-color: #EAA831;
}
</style>
border-color css
<style>
span { border-color: #EAA831; }
span { border-color: rgb(234,168,49); }
td.TdClassName
{
border-color: #EAA831;
}
.TagClassName
{
border-color: #EAA831;
}
</style>