Shades of Tulip Tree #EEAD3C
Tints of Tulip Tree #EEAD3C
RGB
CMYK
RGB Variations
Color information
#EEAD3C (or 0xEEAD3C) is known color: Tulip Tree. HEX triplet: EE, AD and 3C. RGB value is (238,173,60). Sum of RGB (Red+Green+Blue) = 238+173+60=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD3C is #1152C3. Grayscale: #B4B4B4. Windows color (decimal): -1135300 or 3976686. OLE color: 3976686.
HSL color Cylindrical-coordinate representation of color #EEAD3C: hue angle of 38.09º 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 #EEAD3C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 60 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.07 |
| HSL | 38.09º | 0.84% | 0.58% | - |
| HSV(B) | 38.09º | 0.75% | 0.93% | - |
| XYZ | 51.02 | 48.39 | 10.93 | - |
| YUV | 179.55 | 60.53 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 60 | 0 | 0.27 | 0.75 | 0.07 | 38.09 | 0.84 | 0.58 |
| Hex | EE | AD | 3C | 0 | 1B | 4B | 7 | 26 | 54 | 3A |
| Octal | 356 | 255 | 74 | 0 | 33 | 113 | 7 | 46 | 124 | 72 |
| Binary | 11101110 | 10101101 | 111100 | 0 | 11011 | 1001011 | 111 | 100110 | 1010100 | 111010 |
Color Harmonies of #EEAD3C
Complementary color
Monochromatic Colors of #EEAD3C
Black with #EEAD3C
Text Example
Text Example
White with #EEAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD3C; }
p { color: rgb(238,173,60); }
H1.HeaderClassName
{
color: #EEAD3C;
}
.AnyTagClassName
{
color: #EEAD3C;
}
</style>
background-color css
<style>
a { background-color: #EEAD3C; }
a { background-color: rgb(238,173,60); }
div.DivClassName
{
background-color: #EEAD3C;
}
.BgClassName
{
background-color: #EEAD3C;
}
</style>
border-color css
<style>
span { border-color: #EEAD3C; }
span { border-color: rgb(238,173,60); }
td.TdClassName
{
border-color: #EEAD3C;
}
.TagClassName
{
border-color: #EEAD3C;
}
</style>