Shades of Tangerine #E28402
Tints of Tangerine #E28402
RGB
CMYK
RGB Variations
Color information
#E28402 (or 0xE28402) is known color: Tangerine. HEX triplet: E2, 84 and 02. RGB value is (226,132,2). Sum of RGB (Red+Green+Blue) = 226+132+2=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E28402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28402 is #1D7BFD. Grayscale: #919191. Windows color (decimal): -1932286 or 165090. OLE color: 165090.
HSL color Cylindrical-coordinate representation of color #E28402: hue angle of 34.82º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E28402 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.11 |
| HSL | 34.82º | 0.98% | 0.45% | - |
| HSV(B) | 34.82º | 0.99% | 0.89% | - |
| XYZ | 39.63 | 32.68 | 4.28 | - |
| YUV | 145.29 | 47.14 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 2 | 0 | 0.42 | 0.99 | 0.11 | 34.82 | 0.98 | 0.45 |
| Hex | E2 | 84 | 2 | 0 | 2A | 63 | B | 23 | 62 | 2D |
| Octal | 342 | 204 | 2 | 0 | 52 | 143 | 13 | 43 | 142 | 55 |
| Binary | 11100010 | 10000100 | 10 | 0 | 101010 | 1100011 | 1011 | 100011 | 1100010 | 101101 |
Color Harmonies of #E28402
Complementary color
Monochromatic Colors of #E28402
Black with #E28402
Text Example
Text Example
White with #E28402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28402; }
p { color: rgb(226,132,2); }
H1.HeaderClassName
{
color: #E28402;
}
.AnyTagClassName
{
color: #E28402;
}
</style>
background-color css
<style>
a { background-color: #E28402; }
a { background-color: rgb(226,132,2); }
div.DivClassName
{
background-color: #E28402;
}
.BgClassName
{
background-color: #E28402;
}
</style>
border-color css
<style>
span { border-color: #E28402; }
span { border-color: rgb(226,132,2); }
td.TdClassName
{
border-color: #E28402;
}
.TagClassName
{
border-color: #E28402;
}
</style>