Shades of Tangerine #EE7C0D
Tints of Tangerine #EE7C0D
RGB
CMYK
RGB Variations
Color information
#EE7C0D (or 0xEE7C0D) is known color: Tangerine. HEX triplet: EE, 7C and 0D. RGB value is (238,124,13). Sum of RGB (Red+Green+Blue) = 238+124+13=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7C0D is #1183F2. Grayscale: #919191. Windows color (decimal): -1147891 or 883950. OLE color: 883950.
HSL color Cylindrical-coordinate representation of color #EE7C0D: hue angle of 29.6º 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 #EE7C0D is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 13 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.07 |
| HSL | 29.6º | 0.9% | 0.49% | - |
| HSV(B) | 29.6º | 0.95% | 0.93% | - |
| XYZ | 42.54 | 32.62 | 4.44 | - |
| YUV | 145.43 | 53.27 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 13 | 0 | 0.48 | 0.95 | 0.07 | 29.6 | 0.9 | 0.49 |
| Hex | EE | 7C | D | 0 | 30 | 5F | 7 | 1E | 5A | 31 |
| Octal | 356 | 174 | 15 | 0 | 60 | 137 | 7 | 36 | 132 | 61 |
| Binary | 11101110 | 1111100 | 1101 | 0 | 110000 | 1011111 | 111 | 11110 | 1011010 | 110001 |
Color Harmonies of #EE7C0D
Complementary color
Monochromatic Colors of #EE7C0D
Black with #EE7C0D
Text Example
Text Example
White with #EE7C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7C0D; }
p { color: rgb(238,124,13); }
H1.HeaderClassName
{
color: #EE7C0D;
}
.AnyTagClassName
{
color: #EE7C0D;
}
</style>
background-color css
<style>
a { background-color: #EE7C0D; }
a { background-color: rgb(238,124,13); }
div.DivClassName
{
background-color: #EE7C0D;
}
.BgClassName
{
background-color: #EE7C0D;
}
</style>
border-color css
<style>
span { border-color: #EE7C0D; }
span { border-color: rgb(238,124,13); }
td.TdClassName
{
border-color: #EE7C0D;
}
.TagClassName
{
border-color: #EE7C0D;
}
</style>