Shades of Tulip Tree #EEAC3A
Tints of Tulip Tree #EEAC3A
RGB
CMYK
RGB Variations
Color information
#EEAC3A (or 0xEEAC3A) is known color: Tulip Tree. HEX triplet: EE, AC and 3A. RGB value is (238,172,58). Sum of RGB (Red+Green+Blue) = 238+172+58=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC3A is #1153C5. Grayscale: #B3B3B3. Windows color (decimal): -1135558 or 3845358. OLE color: 3845358.
HSL color Cylindrical-coordinate representation of color #EEAC3A: hue angle of 38º 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 #EEAC3A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 58 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.07 |
| HSL | 38º | 0.84% | 0.58% | - |
| HSV(B) | 38º | 0.76% | 0.93% | - |
| XYZ | 50.78 | 47.99 | 10.59 | - |
| YUV | 178.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 58 | 0 | 0.28 | 0.76 | 0.07 | 38 | 0.84 | 0.58 |
| Hex | EE | AC | 3A | 0 | 1C | 4C | 7 | 26 | 54 | 3A |
| Octal | 356 | 254 | 72 | 0 | 34 | 114 | 7 | 46 | 124 | 72 |
| Binary | 11101110 | 10101100 | 111010 | 0 | 11100 | 1001100 | 111 | 100110 | 1010100 | 111010 |
Color Harmonies of #EEAC3A
Complementary color
Monochromatic Colors of #EEAC3A
Black with #EEAC3A
Text Example
Text Example
White with #EEAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC3A; }
p { color: rgb(238,172,58); }
H1.HeaderClassName
{
color: #EEAC3A;
}
.AnyTagClassName
{
color: #EEAC3A;
}
</style>
background-color css
<style>
a { background-color: #EEAC3A; }
a { background-color: rgb(238,172,58); }
div.DivClassName
{
background-color: #EEAC3A;
}
.BgClassName
{
background-color: #EEAC3A;
}
</style>
border-color css
<style>
span { border-color: #EEAC3A; }
span { border-color: rgb(238,172,58); }
td.TdClassName
{
border-color: #EEAC3A;
}
.TagClassName
{
border-color: #EEAC3A;
}
</style>