Shades of Tulip Tree #EEB83D
Tints of Tulip Tree #EEB83D
RGB
CMYK
RGB Variations
Color information
#EEB83D (or 0xEEB83D) is known color: Tulip Tree. HEX triplet: EE, B8 and 3D. RGB value is (238,184,61). Sum of RGB (Red+Green+Blue) = 238+184+61=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB83D is #1147C2. Grayscale: #BABABA. Windows color (decimal): -1132483 or 4045038. OLE color: 4045038.
HSL color Cylindrical-coordinate representation of color #EEB83D: hue angle of 41.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEB83D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.07 |
| HSL | 41.69º | 0.84% | 0.59% | - |
| HSV(B) | 41.69º | 0.74% | 0.93% | - |
| XYZ | 53.24 | 52.8 | 11.8 | - |
| YUV | 186.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 61 | 0 | 0.23 | 0.74 | 0.07 | 41.69 | 0.84 | 0.59 |
| Hex | EE | B8 | 3D | 0 | 17 | 4A | 7 | 2A | 54 | 3B |
| Octal | 356 | 270 | 75 | 0 | 27 | 112 | 7 | 52 | 124 | 73 |
| Binary | 11101110 | 10111000 | 111101 | 0 | 10111 | 1001010 | 111 | 101010 | 1010100 | 111011 |
Color Harmonies of #EEB83D
Complementary color
Monochromatic Colors of #EEB83D
Black with #EEB83D
Text Example
Text Example
White with #EEB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB83D; }
p { color: rgb(238,184,61); }
H1.HeaderClassName
{
color: #EEB83D;
}
.AnyTagClassName
{
color: #EEB83D;
}
</style>
background-color css
<style>
a { background-color: #EEB83D; }
a { background-color: rgb(238,184,61); }
div.DivClassName
{
background-color: #EEB83D;
}
.BgClassName
{
background-color: #EEB83D;
}
</style>
border-color css
<style>
span { border-color: #EEB83D; }
span { border-color: rgb(238,184,61); }
td.TdClassName
{
border-color: #EEB83D;
}
.TagClassName
{
border-color: #EEB83D;
}
</style>