Shades of Tangerine #EE7C01
Tints of Tangerine #EE7C01
RGB
CMYK
RGB Variations
Color information
#EE7C01 (or 0xEE7C01) is known color: Tangerine. HEX triplet: EE, 7C and 01. RGB value is (238,124,1). Sum of RGB (Red+Green+Blue) = 238+124+1=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7C01 is #1183FE. Grayscale: #909090. Windows color (decimal): -1147903 or 97518. OLE color: 97518.
HSL color Cylindrical-coordinate representation of color #EE7C01: hue angle of 31.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE7C01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.07 |
| HSL | 31.14º | 0.99% | 0.47% | - |
| HSV(B) | 31.14º | 1% | 0.93% | - |
| XYZ | 42.47 | 32.59 | 4.08 | - |
| YUV | 144.06 | 47.27 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 1 | 0 | 0.48 | 1.00 | 0.07 | 31.14 | 0.99 | 0.47 |
| Hex | EE | 7C | 1 | 0 | 30 | 64 | 7 | 1F | 63 | 2F |
| Octal | 356 | 174 | 1 | 0 | 60 | 144 | 7 | 37 | 143 | 57 |
| Binary | 11101110 | 1111100 | 1 | 0 | 110000 | 1100100 | 111 | 11111 | 1100011 | 101111 |
Color Harmonies of #EE7C01
Complementary color
Monochromatic Colors of #EE7C01
Black with #EE7C01
Text Example
Text Example
White with #EE7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7C01; }
p { color: rgb(238,124,1); }
H1.HeaderClassName
{
color: #EE7C01;
}
.AnyTagClassName
{
color: #EE7C01;
}
</style>
background-color css
<style>
a { background-color: #EE7C01; }
a { background-color: rgb(238,124,1); }
div.DivClassName
{
background-color: #EE7C01;
}
.BgClassName
{
background-color: #EE7C01;
}
</style>
border-color css
<style>
span { border-color: #EE7C01; }
span { border-color: rgb(238,124,1); }
td.TdClassName
{
border-color: #EE7C01;
}
.TagClassName
{
border-color: #EE7C01;
}
</style>