Shades of Tangerine #E38A00
Tints of Tangerine #E38A00
RGB
CMYK
RGB Variations
Color information
#E38A00 (or 0xE38A00) is known color: Tangerine. HEX triplet: E3, 8A and 00. RGB value is (227,138,0). Sum of RGB (Red+Green+Blue) = 227+138+0=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38A00 is #1C75FF. Grayscale: #959595. Windows color (decimal): -1865216 or 35555. OLE color: 35555.
HSL color Cylindrical-coordinate representation of color #E38A00: hue angle of 36.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E38A00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.11 |
| HSL | 36.48º | 1% | 0.45% | - |
| HSV(B) | 36.48º | 1% | 0.89% | - |
| XYZ | 40.77 | 34.51 | 4.51 | - |
| YUV | 148.88 | 43.99 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 0 | 0 | 0.39 | 1 | 0.11 | 36.48 | 1 | 0.45 |
| Hex | E3 | 8A | 0 | 0 | 27 | 64 | B | 24 | 64 | 2D |
| Octal | 343 | 212 | 0 | 0 | 47 | 144 | 13 | 44 | 144 | 55 |
| Binary | 11100011 | 10001010 | 0 | 0 | 100111 | 1100100 | 1011 | 100100 | 1100100 | 101101 |
Color Harmonies of #E38A00
Complementary color
Monochromatic Colors of #E38A00
Black with #E38A00
Text Example
Text Example
White with #E38A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A00; }
p { color: rgb(227,138,0); }
H1.HeaderClassName
{
color: #E38A00;
}
.AnyTagClassName
{
color: #E38A00;
}
</style>
background-color css
<style>
a { background-color: #E38A00; }
a { background-color: rgb(227,138,0); }
div.DivClassName
{
background-color: #E38A00;
}
.BgClassName
{
background-color: #E38A00;
}
</style>
border-color css
<style>
span { border-color: #E38A00; }
span { border-color: rgb(227,138,0); }
td.TdClassName
{
border-color: #E38A00;
}
.TagClassName
{
border-color: #E38A00;
}
</style>