Shades of Tangerine #E28A06
Tints of Tangerine #E28A06
RGB
CMYK
RGB Variations
Color information
#E28A06 (or 0xE28A06) is known color: Tangerine. HEX triplet: E2, 8A and 06. RGB value is (226,138,6). Sum of RGB (Red+Green+Blue) = 226+138+6=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28A06 is #1D75F9. Grayscale: #959595. Windows color (decimal): -1930746 or 428770. OLE color: 428770.
HSL color Cylindrical-coordinate representation of color #E28A06: hue angle of 36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E28A06 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 6 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.11 |
| HSL | 36º | 0.95% | 0.45% | - |
| HSV(B) | 36º | 0.97% | 0.89% | - |
| XYZ | 40.49 | 34.36 | 4.67 | - |
| YUV | 149.26 | 47.15 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 6 | 0 | 0.39 | 0.97 | 0.11 | 36 | 0.95 | 0.45 |
| Hex | E2 | 8A | 6 | 0 | 27 | 61 | B | 24 | 5F | 2D |
| Octal | 342 | 212 | 6 | 0 | 47 | 141 | 13 | 44 | 137 | 55 |
| Binary | 11100010 | 10001010 | 110 | 0 | 100111 | 1100001 | 1011 | 100100 | 1011111 | 101101 |
Color Harmonies of #E28A06
Complementary color
Monochromatic Colors of #E28A06
Black with #E28A06
Text Example
Text Example
White with #E28A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A06; }
p { color: rgb(226,138,6); }
H1.HeaderClassName
{
color: #E28A06;
}
.AnyTagClassName
{
color: #E28A06;
}
</style>
background-color css
<style>
a { background-color: #E28A06; }
a { background-color: rgb(226,138,6); }
div.DivClassName
{
background-color: #E28A06;
}
.BgClassName
{
background-color: #E28A06;
}
</style>
border-color css
<style>
span { border-color: #E28A06; }
span { border-color: rgb(226,138,6); }
td.TdClassName
{
border-color: #E28A06;
}
.TagClassName
{
border-color: #E28A06;
}
</style>