Shades of Tulip Tree #EEB83B
Tints of Tulip Tree #EEB83B
RGB
CMYK
RGB Variations
Color information
#EEB83B (or 0xEEB83B) is known color: Tulip Tree. HEX triplet: EE, B8 and 3B. RGB value is (238,184,59). Sum of RGB (Red+Green+Blue) = 238+184+59=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 59 (23.44% from 255 or 12.27% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB83B is #1147C4. Grayscale: #BABABA. Windows color (decimal): -1132485 or 3913966. OLE color: 3913966.
HSL color Cylindrical-coordinate representation of color #EEB83B: hue angle of 41.9º 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 #EEB83B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 59 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.07 |
| HSL | 41.9º | 0.84% | 0.58% | - |
| HSV(B) | 41.9º | 0.75% | 0.93% | - |
| XYZ | 53.19 | 52.77 | 11.52 | - |
| YUV | 185.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 59 | 0 | 0.23 | 0.75 | 0.07 | 41.9 | 0.84 | 0.58 |
| Hex | EE | B8 | 3B | 0 | 17 | 4B | 7 | 2A | 54 | 3A |
| Octal | 356 | 270 | 73 | 0 | 27 | 113 | 7 | 52 | 124 | 72 |
| Binary | 11101110 | 10111000 | 111011 | 0 | 10111 | 1001011 | 111 | 101010 | 1010100 | 111010 |
Color Harmonies of #EEB83B
Complementary color
Monochromatic Colors of #EEB83B
Black with #EEB83B
Text Example
Text Example
White with #EEB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB83B; }
p { color: rgb(238,184,59); }
H1.HeaderClassName
{
color: #EEB83B;
}
.AnyTagClassName
{
color: #EEB83B;
}
</style>
background-color css
<style>
a { background-color: #EEB83B; }
a { background-color: rgb(238,184,59); }
div.DivClassName
{
background-color: #EEB83B;
}
.BgClassName
{
background-color: #EEB83B;
}
</style>
border-color css
<style>
span { border-color: #EEB83B; }
span { border-color: rgb(238,184,59); }
td.TdClassName
{
border-color: #EEB83B;
}
.TagClassName
{
border-color: #EEB83B;
}
</style>