Shades of Tangerine #EE820D
Tints of Tangerine #EE820D
RGB
CMYK
RGB Variations
Color information
#EE820D (or 0xEE820D) is known color: Tangerine. HEX triplet: EE, 82 and 0D. RGB value is (238,130,13). Sum of RGB (Red+Green+Blue) = 238+130+13=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE820D is #117DF2. Grayscale: #959595. Windows color (decimal): -1146355 or 885486. OLE color: 885486.
HSL color Cylindrical-coordinate representation of color #EE820D: hue angle of 31.2º 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 #EE820D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.2º | 0.9% | 0.49% | - |
| HSV(B) | 31.2º | 0.95% | 0.93% | - |
| XYZ | 43.32 | 34.17 | 4.69 | - |
| YUV | 148.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 13 | 0 | 0.45 | 0.95 | 0.07 | 31.2 | 0.9 | 0.49 |
| Hex | EE | 82 | D | 0 | 2D | 5F | 7 | 1F | 5A | 31 |
| Octal | 356 | 202 | 15 | 0 | 55 | 137 | 7 | 37 | 132 | 61 |
| Binary | 11101110 | 10000010 | 1101 | 0 | 101101 | 1011111 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EE820D
Complementary color
Monochromatic Colors of #EE820D
Black with #EE820D
Text Example
Text Example
White with #EE820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE820D; }
p { color: rgb(238,130,13); }
H1.HeaderClassName
{
color: #EE820D;
}
.AnyTagClassName
{
color: #EE820D;
}
</style>
background-color css
<style>
a { background-color: #EE820D; }
a { background-color: rgb(238,130,13); }
div.DivClassName
{
background-color: #EE820D;
}
.BgClassName
{
background-color: #EE820D;
}
</style>
border-color css
<style>
span { border-color: #EE820D; }
span { border-color: rgb(238,130,13); }
td.TdClassName
{
border-color: #EE820D;
}
.TagClassName
{
border-color: #EE820D;
}
</style>