Shades of Tangerine #EE880D
Tints of Tangerine #EE880D
RGB
CMYK
RGB Variations
Color information
#EE880D (or 0xEE880D) is known color: Tangerine. HEX triplet: EE, 88 and 0D. RGB value is (238,136,13). Sum of RGB (Red+Green+Blue) = 238+136+13=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE880D is #1177F2. Grayscale: #999999. Windows color (decimal): -1144819 or 887022. OLE color: 887022.
HSL color Cylindrical-coordinate representation of color #EE880D: hue angle of 32.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE880D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 32.8º | 0.9% | 0.49% | - |
| HSV(B) | 32.8º | 0.95% | 0.93% | - |
| XYZ | 44.14 | 35.81 | 4.97 | - |
| YUV | 152.48 | 49.29 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 13 | 0 | 0.43 | 0.95 | 0.07 | 32.8 | 0.9 | 0.49 |
| Hex | EE | 88 | D | 0 | 2B | 5F | 7 | 21 | 5A | 31 |
| Octal | 356 | 210 | 15 | 0 | 53 | 137 | 7 | 41 | 132 | 61 |
| Binary | 11101110 | 10001000 | 1101 | 0 | 101011 | 1011111 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EE880D
Complementary color
Monochromatic Colors of #EE880D
Black with #EE880D
Text Example
Text Example
White with #EE880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE880D; }
p { color: rgb(238,136,13); }
H1.HeaderClassName
{
color: #EE880D;
}
.AnyTagClassName
{
color: #EE880D;
}
</style>
background-color css
<style>
a { background-color: #EE880D; }
a { background-color: rgb(238,136,13); }
div.DivClassName
{
background-color: #EE880D;
}
.BgClassName
{
background-color: #EE880D;
}
</style>
border-color css
<style>
span { border-color: #EE880D; }
span { border-color: rgb(238,136,13); }
td.TdClassName
{
border-color: #EE880D;
}
.TagClassName
{
border-color: #EE880D;
}
</style>