Shades of Tulip Tree #EEA83C
Tints of Tulip Tree #EEA83C
RGB
CMYK
RGB Variations
Color information
#EEA83C (or 0xEEA83C) is known color: Tulip Tree. HEX triplet: EE, A8 and 3C. RGB value is (238,168,60). Sum of RGB (Red+Green+Blue) = 238+168+60=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA83C is #1157C3. Grayscale: #B1B1B1. Windows color (decimal): -1136580 or 3975406. OLE color: 3975406.
HSL color Cylindrical-coordinate representation of color #EEA83C: hue angle of 36.4º 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 #EEA83C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 60 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.07 |
| HSL | 36.4º | 0.84% | 0.58% | - |
| HSV(B) | 36.4º | 0.75% | 0.93% | - |
| XYZ | 50.08 | 46.51 | 10.61 | - |
| YUV | 176.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 60 | 0 | 0.29 | 0.75 | 0.07 | 36.4 | 0.84 | 0.58 |
| Hex | EE | A8 | 3C | 0 | 1D | 4B | 7 | 24 | 54 | 3A |
| Octal | 356 | 250 | 74 | 0 | 35 | 113 | 7 | 44 | 124 | 72 |
| Binary | 11101110 | 10101000 | 111100 | 0 | 11101 | 1001011 | 111 | 100100 | 1010100 | 111010 |
Color Harmonies of #EEA83C
Complementary color
Monochromatic Colors of #EEA83C
Black with #EEA83C
Text Example
Text Example
White with #EEA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA83C; }
p { color: rgb(238,168,60); }
H1.HeaderClassName
{
color: #EEA83C;
}
.AnyTagClassName
{
color: #EEA83C;
}
</style>
background-color css
<style>
a { background-color: #EEA83C; }
a { background-color: rgb(238,168,60); }
div.DivClassName
{
background-color: #EEA83C;
}
.BgClassName
{
background-color: #EEA83C;
}
</style>
border-color css
<style>
span { border-color: #EEA83C; }
span { border-color: rgb(238,168,60); }
td.TdClassName
{
border-color: #EEA83C;
}
.TagClassName
{
border-color: #EEA83C;
}
</style>