Shades of Tulip Tree #EAAF3E
Tints of Tulip Tree #EAAF3E
RGB
CMYK
RGB Variations
Color information
#EAAF3E (or 0xEAAF3E) is known color: Tulip Tree. HEX triplet: EA, AF and 3E. RGB value is (234,175,62). Sum of RGB (Red+Green+Blue) = 234+175+62=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF3E is #1550C1. Grayscale: #B4B4B4. Windows color (decimal): -1396930 or 4108266. OLE color: 4108266.
HSL color Cylindrical-coordinate representation of color #EAAF3E: hue angle of 39.42º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAAF3E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 62 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.08 |
| HSL | 39.42º | 0.8% | 0.58% | - |
| HSV(B) | 39.42º | 0.74% | 0.92% | - |
| XYZ | 50.13 | 48.5 | 11.28 | - |
| YUV | 179.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 62 | 0 | 0.25 | 0.74 | 0.08 | 39.42 | 0.8 | 0.58 |
| Hex | EA | AF | 3E | 0 | 19 | 4A | 8 | 27 | 50 | 3A |
| Octal | 352 | 257 | 76 | 0 | 31 | 112 | 10 | 47 | 120 | 72 |
| Binary | 11101010 | 10101111 | 111110 | 0 | 11001 | 1001010 | 1000 | 100111 | 1010000 | 111010 |
Color Harmonies of #EAAF3E
Complementary color
Monochromatic Colors of #EAAF3E
Black with #EAAF3E
Text Example
Text Example
White with #EAAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF3E; }
p { color: rgb(234,175,62); }
H1.HeaderClassName
{
color: #EAAF3E;
}
.AnyTagClassName
{
color: #EAAF3E;
}
</style>
background-color css
<style>
a { background-color: #EAAF3E; }
a { background-color: rgb(234,175,62); }
div.DivClassName
{
background-color: #EAAF3E;
}
.BgClassName
{
background-color: #EAAF3E;
}
</style>
border-color css
<style>
span { border-color: #EAAF3E; }
span { border-color: rgb(234,175,62); }
td.TdClassName
{
border-color: #EAAF3E;
}
.TagClassName
{
border-color: #EAAF3E;
}
</style>