Shades of Tangerine #E48C01
Tints of Tangerine #E48C01
RGB
CMYK
RGB Variations
Color information
#E48C01 (or 0xE48C01) is known color: Tangerine. HEX triplet: E4, 8C and 01. RGB value is (228,140,1). Sum of RGB (Red+Green+Blue) = 228+140+1=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48C01 is #1B73FE. Grayscale: #979797. Windows color (decimal): -1799167 or 101604. OLE color: 101604.
HSL color Cylindrical-coordinate representation of color #E48C01: hue angle of 36.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E48C01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.11 |
| HSL | 36.74º | 0.99% | 0.45% | - |
| HSV(B) | 36.74º | 1% | 0.89% | - |
| XYZ | 41.38 | 35.25 | 4.65 | - |
| YUV | 150.47 | 43.65 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 1 | 0 | 0.39 | 1.00 | 0.11 | 36.74 | 0.99 | 0.45 |
| Hex | E4 | 8C | 1 | 0 | 27 | 64 | B | 25 | 63 | 2D |
| Octal | 344 | 214 | 1 | 0 | 47 | 144 | 13 | 45 | 143 | 55 |
| Binary | 11100100 | 10001100 | 1 | 0 | 100111 | 1100100 | 1011 | 100101 | 1100011 | 101101 |
Color Harmonies of #E48C01
Complementary color
Monochromatic Colors of #E48C01
Black with #E48C01
Text Example
Text Example
White with #E48C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C01; }
p { color: rgb(228,140,1); }
H1.HeaderClassName
{
color: #E48C01;
}
.AnyTagClassName
{
color: #E48C01;
}
</style>
background-color css
<style>
a { background-color: #E48C01; }
a { background-color: rgb(228,140,1); }
div.DivClassName
{
background-color: #E48C01;
}
.BgClassName
{
background-color: #E48C01;
}
</style>
border-color css
<style>
span { border-color: #E48C01; }
span { border-color: rgb(228,140,1); }
td.TdClassName
{
border-color: #E48C01;
}
.TagClassName
{
border-color: #E48C01;
}
</style>