Shades of Tangerine #EE7F0C
Tints of Tangerine #EE7F0C
RGB
CMYK
RGB Variations
Color information
#EE7F0C (or 0xEE7F0C) is known color: Tangerine. HEX triplet: EE, 7F and 0C. RGB value is (238,127,12). Sum of RGB (Red+Green+Blue) = 238+127+12=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7F0C is #1180F3. Grayscale: #939393. Windows color (decimal): -1147124 or 819182. OLE color: 819182.
HSL color Cylindrical-coordinate representation of color #EE7F0C: hue angle of 30.53º 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 #EE7F0C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.07 |
| HSL | 30.53º | 0.9% | 0.49% | - |
| HSV(B) | 30.53º | 0.95% | 0.93% | - |
| XYZ | 42.92 | 33.38 | 4.53 | - |
| YUV | 147.08 | 51.77 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 12 | 0 | 0.47 | 0.95 | 0.07 | 30.53 | 0.9 | 0.49 |
| Hex | EE | 7F | C | 0 | 2F | 5F | 7 | 1F | 5A | 31 |
| Octal | 356 | 177 | 14 | 0 | 57 | 137 | 7 | 37 | 132 | 61 |
| Binary | 11101110 | 1111111 | 1100 | 0 | 101111 | 1011111 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EE7F0C
Complementary color
Monochromatic Colors of #EE7F0C
Black with #EE7F0C
Text Example
Text Example
White with #EE7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F0C; }
p { color: rgb(238,127,12); }
H1.HeaderClassName
{
color: #EE7F0C;
}
.AnyTagClassName
{
color: #EE7F0C;
}
</style>
background-color css
<style>
a { background-color: #EE7F0C; }
a { background-color: rgb(238,127,12); }
div.DivClassName
{
background-color: #EE7F0C;
}
.BgClassName
{
background-color: #EE7F0C;
}
</style>
border-color css
<style>
span { border-color: #EE7F0C; }
span { border-color: rgb(238,127,12); }
td.TdClassName
{
border-color: #EE7F0C;
}
.TagClassName
{
border-color: #EE7F0C;
}
</style>