Shades of Dark Tangerine #EEB213
Tints of Dark Tangerine #EEB213
RGB
CMYK
RGB Variations
Color information
#EEB213 (or 0xEEB213) is known color: Dark Tangerine. HEX triplet: EE, B2 and 13. RGB value is (238,178,19). Sum of RGB (Red+Green+Blue) = 238+178+19=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB213 is #114DEC. Grayscale: #B2B2B2. Windows color (decimal): -1134061 or 1290990. OLE color: 1290990.
HSL color Cylindrical-coordinate representation of color #EEB213: hue angle of 43.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB213 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.07 |
| HSL | 43.56º | 0.87% | 0.5% | - |
| HSV(B) | 43.56º | 0.92% | 0.93% | - |
| XYZ | 51.3 | 50.06 | 7.58 | - |
| YUV | 177.81 | 38.38 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 19 | 0 | 0.25 | 0.92 | 0.07 | 43.56 | 0.87 | 0.5 |
| Hex | EE | B2 | 13 | 0 | 19 | 5C | 7 | 2C | 57 | 32 |
| Octal | 356 | 262 | 23 | 0 | 31 | 134 | 7 | 54 | 127 | 62 |
| Binary | 11101110 | 10110010 | 10011 | 0 | 11001 | 1011100 | 111 | 101100 | 1010111 | 110010 |
Color Harmonies of #EEB213
Complementary color
Monochromatic Colors of #EEB213
Black with #EEB213
Text Example
Text Example
White with #EEB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB213; }
p { color: rgb(238,178,19); }
H1.HeaderClassName
{
color: #EEB213;
}
.AnyTagClassName
{
color: #EEB213;
}
</style>
background-color css
<style>
a { background-color: #EEB213; }
a { background-color: rgb(238,178,19); }
div.DivClassName
{
background-color: #EEB213;
}
.BgClassName
{
background-color: #EEB213;
}
</style>
border-color css
<style>
span { border-color: #EEB213; }
span { border-color: rgb(238,178,19); }
td.TdClassName
{
border-color: #EEB213;
}
.TagClassName
{
border-color: #EEB213;
}
</style>