Shades of Tulip Tree #EEA83D
Tints of Tulip Tree #EEA83D
RGB
CMYK
RGB Variations
Color information
#EEA83D (or 0xEEA83D) is known color: Tulip Tree. HEX triplet: EE, A8 and 3D. RGB value is (238,168,61). Sum of RGB (Red+Green+Blue) = 238+168+61=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA83D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA83D is #1157C2. Grayscale: #B1B1B1. Windows color (decimal): -1136579 or 4040942. OLE color: 4040942.
HSL color Cylindrical-coordinate representation of color #EEA83D: hue angle of 36.27º 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 #EEA83D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 61 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.07 |
| HSL | 36.27º | 0.84% | 0.59% | - |
| HSV(B) | 36.27º | 0.74% | 0.93% | - |
| XYZ | 50.1 | 46.52 | 10.75 | - |
| YUV | 176.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 61 | 0 | 0.29 | 0.74 | 0.07 | 36.27 | 0.84 | 0.59 |
| Hex | EE | A8 | 3D | 0 | 1D | 4A | 7 | 24 | 54 | 3B |
| Octal | 356 | 250 | 75 | 0 | 35 | 112 | 7 | 44 | 124 | 73 |
| Binary | 11101110 | 10101000 | 111101 | 0 | 11101 | 1001010 | 111 | 100100 | 1010100 | 111011 |
Color Harmonies of #EEA83D
Complementary color
Monochromatic Colors of #EEA83D
Black with #EEA83D
Text Example
Text Example
White with #EEA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA83D; }
p { color: rgb(238,168,61); }
H1.HeaderClassName
{
color: #EEA83D;
}
.AnyTagClassName
{
color: #EEA83D;
}
</style>
background-color css
<style>
a { background-color: #EEA83D; }
a { background-color: rgb(238,168,61); }
div.DivClassName
{
background-color: #EEA83D;
}
.BgClassName
{
background-color: #EEA83D;
}
</style>
border-color css
<style>
span { border-color: #EEA83D; }
span { border-color: rgb(238,168,61); }
td.TdClassName
{
border-color: #EEA83D;
}
.TagClassName
{
border-color: #EEA83D;
}
</style>