Shades of Tulip Tree #EAA82F
Tints of Tulip Tree #EAA82F
RGB
CMYK
RGB Variations
Color information
#EAA82F (or 0xEAA82F) is known color: Tulip Tree. HEX triplet: EA, A8 and 2F. RGB value is (234,168,47). Sum of RGB (Red+Green+Blue) = 234+168+47=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA82F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA82F is #1557D0. Grayscale: #AEAEAE. Windows color (decimal): -1398737 or 3123434. OLE color: 3123434.
HSL color Cylindrical-coordinate representation of color #EAA82F: hue angle of 38.82º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAA82F is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 47 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.08 |
| HSL | 38.82º | 0.82% | 0.55% | - |
| HSV(B) | 38.82º | 0.8% | 0.92% | - |
| XYZ | 48.45 | 45.7 | 8.96 | - |
| YUV | 173.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 47 | 0 | 0.28 | 0.80 | 0.08 | 38.82 | 0.82 | 0.55 |
| Hex | EA | A8 | 2F | 0 | 1C | 50 | 8 | 27 | 52 | 37 |
| Octal | 352 | 250 | 57 | 0 | 34 | 120 | 10 | 47 | 122 | 67 |
| Binary | 11101010 | 10101000 | 101111 | 0 | 11100 | 1010000 | 1000 | 100111 | 1010010 | 110111 |
Color Harmonies of #EAA82F
Complementary color
Monochromatic Colors of #EAA82F
Black with #EAA82F
Text Example
Text Example
White with #EAA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA82F; }
p { color: rgb(234,168,47); }
H1.HeaderClassName
{
color: #EAA82F;
}
.AnyTagClassName
{
color: #EAA82F;
}
</style>
background-color css
<style>
a { background-color: #EAA82F; }
a { background-color: rgb(234,168,47); }
div.DivClassName
{
background-color: #EAA82F;
}
.BgClassName
{
background-color: #EAA82F;
}
</style>
border-color css
<style>
span { border-color: #EAA82F; }
span { border-color: rgb(234,168,47); }
td.TdClassName
{
border-color: #EAA82F;
}
.TagClassName
{
border-color: #EAA82F;
}
</style>