Shades of Tulip Tree #EEAD3E
Tints of Tulip Tree #EEAD3E
RGB
CMYK
RGB Variations
Color information
#EEAD3E (or 0xEEAD3E) is known color: Tulip Tree. HEX triplet: EE, AD and 3E. RGB value is (238,173,62). Sum of RGB (Red+Green+Blue) = 238+173+62=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD3E is #1152C1. Grayscale: #B4B4B4. Windows color (decimal): -1135298 or 4107758. OLE color: 4107758.
HSL color Cylindrical-coordinate representation of color #EEAD3E: hue angle of 37.84º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEAD3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.07 |
| HSL | 37.84º | 0.84% | 0.59% | - |
| HSV(B) | 37.84º | 0.74% | 0.93% | - |
| XYZ | 51.07 | 48.41 | 11.21 | - |
| YUV | 179.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 62 | 0 | 0.27 | 0.74 | 0.07 | 37.84 | 0.84 | 0.59 |
| Hex | EE | AD | 3E | 0 | 1B | 4A | 7 | 26 | 54 | 3B |
| Octal | 356 | 255 | 76 | 0 | 33 | 112 | 7 | 46 | 124 | 73 |
| Binary | 11101110 | 10101101 | 111110 | 0 | 11011 | 1001010 | 111 | 100110 | 1010100 | 111011 |
Color Harmonies of #EEAD3E
Complementary color
Monochromatic Colors of #EEAD3E
Black with #EEAD3E
Text Example
Text Example
White with #EEAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD3E; }
p { color: rgb(238,173,62); }
H1.HeaderClassName
{
color: #EEAD3E;
}
.AnyTagClassName
{
color: #EEAD3E;
}
</style>
background-color css
<style>
a { background-color: #EEAD3E; }
a { background-color: rgb(238,173,62); }
div.DivClassName
{
background-color: #EEAD3E;
}
.BgClassName
{
background-color: #EEAD3E;
}
</style>
border-color css
<style>
span { border-color: #EEAD3E; }
span { border-color: rgb(238,173,62); }
td.TdClassName
{
border-color: #EEAD3E;
}
.TagClassName
{
border-color: #EEAD3E;
}
</style>