Shades of Tulip Tree #EEAD3A
Tints of Tulip Tree #EEAD3A
RGB
CMYK
RGB Variations
Color information
#EEAD3A (or 0xEEAD3A) is known color: Tulip Tree. HEX triplet: EE, AD and 3A. RGB value is (238,173,58). Sum of RGB (Red+Green+Blue) = 238+173+58=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD3A is #1152C5. Grayscale: #B3B3B3. Windows color (decimal): -1135302 or 3845614. OLE color: 3845614.
HSL color Cylindrical-coordinate representation of color #EEAD3A: hue angle of 38.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEAD3A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 58 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.07 |
| HSL | 38.33º | 0.84% | 0.58% | - |
| HSV(B) | 38.33º | 0.76% | 0.93% | - |
| XYZ | 50.97 | 48.37 | 10.65 | - |
| YUV | 179.33 | 59.53 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 58 | 0 | 0.27 | 0.76 | 0.07 | 38.33 | 0.84 | 0.58 |
| Hex | EE | AD | 3A | 0 | 1B | 4C | 7 | 26 | 54 | 3A |
| Octal | 356 | 255 | 72 | 0 | 33 | 114 | 7 | 46 | 124 | 72 |
| Binary | 11101110 | 10101101 | 111010 | 0 | 11011 | 1001100 | 111 | 100110 | 1010100 | 111010 |
Color Harmonies of #EEAD3A
Complementary color
Monochromatic Colors of #EEAD3A
Black with #EEAD3A
Text Example
Text Example
White with #EEAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD3A; }
p { color: rgb(238,173,58); }
H1.HeaderClassName
{
color: #EEAD3A;
}
.AnyTagClassName
{
color: #EEAD3A;
}
</style>
background-color css
<style>
a { background-color: #EEAD3A; }
a { background-color: rgb(238,173,58); }
div.DivClassName
{
background-color: #EEAD3A;
}
.BgClassName
{
background-color: #EEAD3A;
}
</style>
border-color css
<style>
span { border-color: #EEAD3A; }
span { border-color: rgb(238,173,58); }
td.TdClassName
{
border-color: #EEAD3A;
}
.TagClassName
{
border-color: #EEAD3A;
}
</style>