Shades of Tulip Tree #EEAC3C
Tints of Tulip Tree #EEAC3C
RGB
CMYK
RGB Variations
Color information
#EEAC3C (or 0xEEAC3C) is known color: Tulip Tree. HEX triplet: EE, AC and 3C. RGB value is (238,172,60). Sum of RGB (Red+Green+Blue) = 238+172+60=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC3C is #1153C3. Grayscale: #B3B3B3. Windows color (decimal): -1135556 or 3976430. OLE color: 3976430.
HSL color Cylindrical-coordinate representation of color #EEAC3C: hue angle of 37.75º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEAC3C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 60 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 37.75º | 0.84% | 0.58% | - |
| HSV(B) | 37.75º | 0.75% | 0.93% | - |
| XYZ | 50.83 | 48.01 | 10.86 | - |
| YUV | 178.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 60 | 0 | 0.28 | 0.75 | 0.07 | 37.75 | 0.84 | 0.58 |
| Hex | EE | AC | 3C | 0 | 1C | 4B | 7 | 26 | 54 | 3A |
| Octal | 356 | 254 | 74 | 0 | 34 | 113 | 7 | 46 | 124 | 72 |
| Binary | 11101110 | 10101100 | 111100 | 0 | 11100 | 1001011 | 111 | 100110 | 1010100 | 111010 |
Color Harmonies of #EEAC3C
Complementary color
Monochromatic Colors of #EEAC3C
Black with #EEAC3C
Text Example
Text Example
White with #EEAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC3C; }
p { color: rgb(238,172,60); }
H1.HeaderClassName
{
color: #EEAC3C;
}
.AnyTagClassName
{
color: #EEAC3C;
}
</style>
background-color css
<style>
a { background-color: #EEAC3C; }
a { background-color: rgb(238,172,60); }
div.DivClassName
{
background-color: #EEAC3C;
}
.BgClassName
{
background-color: #EEAC3C;
}
</style>
border-color css
<style>
span { border-color: #EEAC3C; }
span { border-color: rgb(238,172,60); }
td.TdClassName
{
border-color: #EEAC3C;
}
.TagClassName
{
border-color: #EEAC3C;
}
</style>