Shades of Tangerine #E4850C
Tints of Tangerine #E4850C
RGB
CMYK
RGB Variations
Color information
#E4850C (or 0xE4850C) is known color: Tangerine. HEX triplet: E4, 85 and 0C. RGB value is (228,133,12). Sum of RGB (Red+Green+Blue) = 228+133+12=373 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.13% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 228 - color contains mainly: red. Hex color #E4850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4850C is #1B7AF3. Grayscale: #949494. Windows color (decimal): -1800948 or 820708. OLE color: 820708.
HSL color Cylindrical-coordinate representation of color #E4850C: hue angle of 33.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4850C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.11 |
| HSL | 33.61º | 0.9% | 0.47% | - |
| HSV(B) | 33.61º | 0.95% | 0.89% | - |
| XYZ | 40.45 | 33.3 | 4.64 | - |
| YUV | 147.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 12 | 0 | 0.42 | 0.95 | 0.11 | 33.61 | 0.9 | 0.47 |
| Hex | E4 | 85 | C | 0 | 2A | 5F | B | 22 | 5A | 2F |
| Octal | 344 | 205 | 14 | 0 | 52 | 137 | 13 | 42 | 132 | 57 |
| Binary | 11100100 | 10000101 | 1100 | 0 | 101010 | 1011111 | 1011 | 100010 | 1011010 | 101111 |
Color Harmonies of #E4850C
Complementary color
Monochromatic Colors of #E4850C
Black with #E4850C
Text Example
Text Example
White with #E4850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4850C; }
p { color: rgb(228,133,12); }
H1.HeaderClassName
{
color: #E4850C;
}
.AnyTagClassName
{
color: #E4850C;
}
</style>
background-color css
<style>
a { background-color: #E4850C; }
a { background-color: rgb(228,133,12); }
div.DivClassName
{
background-color: #E4850C;
}
.BgClassName
{
background-color: #E4850C;
}
</style>
border-color css
<style>
span { border-color: #E4850C; }
span { border-color: rgb(228,133,12); }
td.TdClassName
{
border-color: #E4850C;
}
.TagClassName
{
border-color: #E4850C;
}
</style>