Shades of Tangerine #E18A02
Tints of Tangerine #E18A02
RGB
CMYK
RGB Variations
Color information
#E18A02 (or 0xE18A02) is known color: Tangerine. HEX triplet: E1, 8A and 02. RGB value is (225,138,2). Sum of RGB (Red+Green+Blue) = 225+138+2=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A02 is #1E75FD. Grayscale: #959595. Windows color (decimal): -1996286 or 166625. OLE color: 166625.
HSL color Cylindrical-coordinate representation of color #E18A02: hue angle of 36.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E18A02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.12 |
| HSL | 36.59º | 0.98% | 0.45% | - |
| HSV(B) | 36.59º | 0.99% | 0.88% | - |
| XYZ | 40.15 | 34.19 | 4.54 | - |
| YUV | 148.51 | 45.32 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 2 | 0 | 0.39 | 0.99 | 0.12 | 36.59 | 0.98 | 0.45 |
| Hex | E1 | 8A | 2 | 0 | 27 | 63 | C | 25 | 62 | 2D |
| Octal | 341 | 212 | 2 | 0 | 47 | 143 | 14 | 45 | 142 | 55 |
| Binary | 11100001 | 10001010 | 10 | 0 | 100111 | 1100011 | 1100 | 100101 | 1100010 | 101101 |
Color Harmonies of #E18A02
Complementary color
Monochromatic Colors of #E18A02
Black with #E18A02
Text Example
Text Example
White with #E18A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A02; }
p { color: rgb(225,138,2); }
H1.HeaderClassName
{
color: #E18A02;
}
.AnyTagClassName
{
color: #E18A02;
}
</style>
background-color css
<style>
a { background-color: #E18A02; }
a { background-color: rgb(225,138,2); }
div.DivClassName
{
background-color: #E18A02;
}
.BgClassName
{
background-color: #E18A02;
}
</style>
border-color css
<style>
span { border-color: #E18A02; }
span { border-color: rgb(225,138,2); }
td.TdClassName
{
border-color: #E18A02;
}
.TagClassName
{
border-color: #E18A02;
}
</style>