Shades of Tulip Tree #EEB83C
Tints of Tulip Tree #EEB83C
RGB
CMYK
RGB Variations
Color information
#EEB83C (or 0xEEB83C) is known color: Tulip Tree. HEX triplet: EE, B8 and 3C. RGB value is (238,184,60). Sum of RGB (Red+Green+Blue) = 238+184+60=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB83C is #1147C3. Grayscale: #BABABA. Windows color (decimal): -1132484 or 3979502. OLE color: 3979502.
HSL color Cylindrical-coordinate representation of color #EEB83C: hue angle of 41.8º 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 #EEB83C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 60 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.07 |
| HSL | 41.8º | 0.84% | 0.58% | - |
| HSV(B) | 41.8º | 0.75% | 0.93% | - |
| XYZ | 53.22 | 52.78 | 11.66 | - |
| YUV | 186.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 60 | 0 | 0.23 | 0.75 | 0.07 | 41.8 | 0.84 | 0.58 |
| Hex | EE | B8 | 3C | 0 | 17 | 4B | 7 | 2A | 54 | 3A |
| Octal | 356 | 270 | 74 | 0 | 27 | 113 | 7 | 52 | 124 | 72 |
| Binary | 11101110 | 10111000 | 111100 | 0 | 10111 | 1001011 | 111 | 101010 | 1010100 | 111010 |
Color Harmonies of #EEB83C
Complementary color
Monochromatic Colors of #EEB83C
Black with #EEB83C
Text Example
Text Example
White with #EEB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB83C; }
p { color: rgb(238,184,60); }
H1.HeaderClassName
{
color: #EEB83C;
}
.AnyTagClassName
{
color: #EEB83C;
}
</style>
background-color css
<style>
a { background-color: #EEB83C; }
a { background-color: rgb(238,184,60); }
div.DivClassName
{
background-color: #EEB83C;
}
.BgClassName
{
background-color: #EEB83C;
}
</style>
border-color css
<style>
span { border-color: #EEB83C; }
span { border-color: rgb(238,184,60); }
td.TdClassName
{
border-color: #EEB83C;
}
.TagClassName
{
border-color: #EEB83C;
}
</style>