Shades of Tangerine #E28A07
Tints of Tangerine #E28A07
RGB
CMYK
RGB Variations
Color information
#E28A07 (or 0xE28A07) is known color: Tangerine. HEX triplet: E2, 8A and 07. RGB value is (226,138,7). Sum of RGB (Red+Green+Blue) = 226+138+7=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28A07 is #1D75F8. Grayscale: #959595. Windows color (decimal): -1930745 or 494306. OLE color: 494306.
HSL color Cylindrical-coordinate representation of color #E28A07: hue angle of 35.89º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E28A07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.11 |
| HSL | 35.89º | 0.94% | 0.46% | - |
| HSV(B) | 35.89º | 0.97% | 0.89% | - |
| XYZ | 40.49 | 34.36 | 4.7 | - |
| YUV | 149.38 | 47.65 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 7 | 0 | 0.39 | 0.97 | 0.11 | 35.89 | 0.94 | 0.46 |
| Hex | E2 | 8A | 7 | 0 | 27 | 61 | B | 24 | 5E | 2E |
| Octal | 342 | 212 | 7 | 0 | 47 | 141 | 13 | 44 | 136 | 56 |
| Binary | 11100010 | 10001010 | 111 | 0 | 100111 | 1100001 | 1011 | 100100 | 1011110 | 101110 |
Color Harmonies of #E28A07
Complementary color
Monochromatic Colors of #E28A07
Black with #E28A07
Text Example
Text Example
White with #E28A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A07; }
p { color: rgb(226,138,7); }
H1.HeaderClassName
{
color: #E28A07;
}
.AnyTagClassName
{
color: #E28A07;
}
</style>
background-color css
<style>
a { background-color: #E28A07; }
a { background-color: rgb(226,138,7); }
div.DivClassName
{
background-color: #E28A07;
}
.BgClassName
{
background-color: #E28A07;
}
</style>
border-color css
<style>
span { border-color: #E28A07; }
span { border-color: rgb(226,138,7); }
td.TdClassName
{
border-color: #E28A07;
}
.TagClassName
{
border-color: #E28A07;
}
</style>