Shades of Dark Tangerine #EEB215
Tints of Dark Tangerine #EEB215
RGB
CMYK
RGB Variations
Color information
#EEB215 (or 0xEEB215) is known color: Dark Tangerine. HEX triplet: EE, B2 and 15. RGB value is (238,178,21). Sum of RGB (Red+Green+Blue) = 238+178+21=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB215 is #114DEA. Grayscale: #B2B2B2. Windows color (decimal): -1134059 or 1422062. OLE color: 1422062.
HSL color Cylindrical-coordinate representation of color #EEB215: hue angle of 43.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEB215 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 21 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.07 |
| HSL | 43.41º | 0.86% | 0.51% | - |
| HSV(B) | 43.41º | 0.91% | 0.93% | - |
| XYZ | 51.32 | 50.07 | 7.67 | - |
| YUV | 178.04 | 39.38 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 21 | 0 | 0.25 | 0.91 | 0.07 | 43.41 | 0.86 | 0.51 |
| Hex | EE | B2 | 15 | 0 | 19 | 5B | 7 | 2B | 56 | 33 |
| Octal | 356 | 262 | 25 | 0 | 31 | 133 | 7 | 53 | 126 | 63 |
| Binary | 11101110 | 10110010 | 10101 | 0 | 11001 | 1011011 | 111 | 101011 | 1010110 | 110011 |
Color Harmonies of #EEB215
Complementary color
Monochromatic Colors of #EEB215
Black with #EEB215
Text Example
Text Example
White with #EEB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB215; }
p { color: rgb(238,178,21); }
H1.HeaderClassName
{
color: #EEB215;
}
.AnyTagClassName
{
color: #EEB215;
}
</style>
background-color css
<style>
a { background-color: #EEB215; }
a { background-color: rgb(238,178,21); }
div.DivClassName
{
background-color: #EEB215;
}
.BgClassName
{
background-color: #EEB215;
}
</style>
border-color css
<style>
span { border-color: #EEB215; }
span { border-color: rgb(238,178,21); }
td.TdClassName
{
border-color: #EEB215;
}
.TagClassName
{
border-color: #EEB215;
}
</style>