Shades of Tangerine #EE800D
Tints of Tangerine #EE800D
RGB
CMYK
RGB Variations
Color information
#EE800D (or 0xEE800D) is known color: Tangerine. HEX triplet: EE, 80 and 0D. RGB value is (238,128,13). Sum of RGB (Red+Green+Blue) = 238+128+13=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE800D is #117FF2. Grayscale: #949494. Windows color (decimal): -1146867 or 884974. OLE color: 884974.
HSL color Cylindrical-coordinate representation of color #EE800D: hue angle of 30.67º 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 #EE800D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 13 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.07 |
| HSL | 30.67º | 0.9% | 0.49% | - |
| HSV(B) | 30.67º | 0.95% | 0.93% | - |
| XYZ | 43.05 | 33.64 | 4.61 | - |
| YUV | 147.78 | 51.94 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 13 | 0 | 0.46 | 0.95 | 0.07 | 30.67 | 0.9 | 0.49 |
| Hex | EE | 80 | D | 0 | 2E | 5F | 7 | 1F | 5A | 31 |
| Octal | 356 | 200 | 15 | 0 | 56 | 137 | 7 | 37 | 132 | 61 |
| Binary | 11101110 | 10000000 | 1101 | 0 | 101110 | 1011111 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EE800D
Complementary color
Monochromatic Colors of #EE800D
Black with #EE800D
Text Example
Text Example
White with #EE800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE800D; }
p { color: rgb(238,128,13); }
H1.HeaderClassName
{
color: #EE800D;
}
.AnyTagClassName
{
color: #EE800D;
}
</style>
background-color css
<style>
a { background-color: #EE800D; }
a { background-color: rgb(238,128,13); }
div.DivClassName
{
background-color: #EE800D;
}
.BgClassName
{
background-color: #EE800D;
}
</style>
border-color css
<style>
span { border-color: #EE800D; }
span { border-color: rgb(238,128,13); }
td.TdClassName
{
border-color: #EE800D;
}
.TagClassName
{
border-color: #EE800D;
}
</style>