Shades of Tangerine #EE7E00
Tints of Tangerine #EE7E00
RGB
CMYK
RGB Variations
Color information
#EE7E00 (or 0xEE7E00) is known color: Tangerine. HEX triplet: EE, 7E and 00. RGB value is (238,126,0). Sum of RGB (Red+Green+Blue) = 238+126+0=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7E00 is #1181FF. Grayscale: #919191. Windows color (decimal): -1147392 or 32494. OLE color: 32494.
HSL color Cylindrical-coordinate representation of color #EE7E00: hue angle of 31.76º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE7E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.07 |
| HSL | 31.76º | 1% | 0.47% | - |
| HSV(B) | 31.76º | 1% | 0.93% | - |
| XYZ | 42.72 | 33.1 | 4.14 | - |
| YUV | 145.12 | 46.11 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 0 | 0 | 0.47 | 1 | 0.07 | 31.76 | 1 | 0.47 |
| Hex | EE | 7E | 0 | 0 | 2F | 64 | 7 | 20 | 64 | 2F |
| Octal | 356 | 176 | 0 | 0 | 57 | 144 | 7 | 40 | 144 | 57 |
| Binary | 11101110 | 1111110 | 0 | 0 | 101111 | 1100100 | 111 | 100000 | 1100100 | 101111 |
Color Harmonies of #EE7E00
Complementary color
Monochromatic Colors of #EE7E00
Black with #EE7E00
Text Example
Text Example
White with #EE7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E00; }
p { color: rgb(238,126,0); }
H1.HeaderClassName
{
color: #EE7E00;
}
.AnyTagClassName
{
color: #EE7E00;
}
</style>
background-color css
<style>
a { background-color: #EE7E00; }
a { background-color: rgb(238,126,0); }
div.DivClassName
{
background-color: #EE7E00;
}
.BgClassName
{
background-color: #EE7E00;
}
</style>
border-color css
<style>
span { border-color: #EE7E00; }
span { border-color: rgb(238,126,0); }
td.TdClassName
{
border-color: #EE7E00;
}
.TagClassName
{
border-color: #EE7E00;
}
</style>