Shades of Tangerine #E38508
Tints of Tangerine #E38508
RGB
CMYK
RGB Variations
Color information
#E38508 (or 0xE38508) is known color: Tangerine. HEX triplet: E3, 85 and 08. RGB value is (227,133,8). Sum of RGB (Red+Green+Blue) = 227+133+8=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E38508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38508 is #1C7AF7. Grayscale: #939393. Windows color (decimal): -1866488 or 558563. OLE color: 558563.
HSL color Cylindrical-coordinate representation of color #E38508: hue angle of 34.25º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E38508 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.11 |
| HSL | 34.25º | 0.93% | 0.46% | - |
| HSV(B) | 34.25º | 0.96% | 0.89% | - |
| XYZ | 40.11 | 33.12 | 4.51 | - |
| YUV | 146.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 8 | 0 | 0.41 | 0.96 | 0.11 | 34.25 | 0.93 | 0.46 |
| Hex | E3 | 85 | 8 | 0 | 29 | 60 | B | 22 | 5D | 2E |
| Octal | 343 | 205 | 10 | 0 | 51 | 140 | 13 | 42 | 135 | 56 |
| Binary | 11100011 | 10000101 | 1000 | 0 | 101001 | 1100000 | 1011 | 100010 | 1011101 | 101110 |
Color Harmonies of #E38508
Complementary color
Monochromatic Colors of #E38508
Black with #E38508
Text Example
Text Example
White with #E38508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38508; }
p { color: rgb(227,133,8); }
H1.HeaderClassName
{
color: #E38508;
}
.AnyTagClassName
{
color: #E38508;
}
</style>
background-color css
<style>
a { background-color: #E38508; }
a { background-color: rgb(227,133,8); }
div.DivClassName
{
background-color: #E38508;
}
.BgClassName
{
background-color: #E38508;
}
</style>
border-color css
<style>
span { border-color: #E38508; }
span { border-color: rgb(227,133,8); }
td.TdClassName
{
border-color: #E38508;
}
.TagClassName
{
border-color: #E38508;
}
</style>