Shades of Tangerine #EE7F0D
Tints of Tangerine #EE7F0D
RGB
CMYK
RGB Variations
Color information
#EE7F0D (or 0xEE7F0D) is known color: Tangerine. HEX triplet: EE, 7F and 0D. RGB value is (238,127,13). Sum of RGB (Red+Green+Blue) = 238+127+13=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7F0D is #1180F2. Grayscale: #939393. Windows color (decimal): -1147123 or 884718. OLE color: 884718.
HSL color Cylindrical-coordinate representation of color #EE7F0D: hue angle of 30.4º 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 #EE7F0D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.07 |
| HSL | 30.4º | 0.9% | 0.49% | - |
| HSV(B) | 30.4º | 0.95% | 0.93% | - |
| XYZ | 42.92 | 33.38 | 4.56 | - |
| YUV | 147.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 13 | 0 | 0.47 | 0.95 | 0.07 | 30.4 | 0.9 | 0.49 |
| Hex | EE | 7F | D | 0 | 2F | 5F | 7 | 1E | 5A | 31 |
| Octal | 356 | 177 | 15 | 0 | 57 | 137 | 7 | 36 | 132 | 61 |
| Binary | 11101110 | 1111111 | 1101 | 0 | 101111 | 1011111 | 111 | 11110 | 1011010 | 110001 |
Color Harmonies of #EE7F0D
Complementary color
Monochromatic Colors of #EE7F0D
Black with #EE7F0D
Text Example
Text Example
White with #EE7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F0D; }
p { color: rgb(238,127,13); }
H1.HeaderClassName
{
color: #EE7F0D;
}
.AnyTagClassName
{
color: #EE7F0D;
}
</style>
background-color css
<style>
a { background-color: #EE7F0D; }
a { background-color: rgb(238,127,13); }
div.DivClassName
{
background-color: #EE7F0D;
}
.BgClassName
{
background-color: #EE7F0D;
}
</style>
border-color css
<style>
span { border-color: #EE7F0D; }
span { border-color: rgb(238,127,13); }
td.TdClassName
{
border-color: #EE7F0D;
}
.TagClassName
{
border-color: #EE7F0D;
}
</style>