Shades of Tangerine #EA8A03
Tints of Tangerine #EA8A03
RGB
CMYK
RGB Variations
Color information
#EA8A03 (or 0xEA8A03) is known color: Tangerine. HEX triplet: EA, 8A and 03. RGB value is (234,138,3). Sum of RGB (Red+Green+Blue) = 234+138+3=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8A03 is #1575FC. Grayscale: #979797. Windows color (decimal): -1406461 or 232170. OLE color: 232170.
HSL color Cylindrical-coordinate representation of color #EA8A03: hue angle of 35.06º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA8A03 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.08 |
| HSL | 35.06º | 0.97% | 0.46% | - |
| HSV(B) | 35.06º | 0.99% | 0.92% | - |
| XYZ | 43.04 | 35.68 | 4.7 | - |
| YUV | 151.31 | 44.3 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 3 | 0 | 0.41 | 0.99 | 0.08 | 35.06 | 0.97 | 0.46 |
| Hex | EA | 8A | 3 | 0 | 29 | 63 | 8 | 23 | 61 | 2E |
| Octal | 352 | 212 | 3 | 0 | 51 | 143 | 10 | 43 | 141 | 56 |
| Binary | 11101010 | 10001010 | 11 | 0 | 101001 | 1100011 | 1000 | 100011 | 1100001 | 101110 |
Color Harmonies of #EA8A03
Complementary color
Monochromatic Colors of #EA8A03
Black with #EA8A03
Text Example
Text Example
White with #EA8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A03; }
p { color: rgb(234,138,3); }
H1.HeaderClassName
{
color: #EA8A03;
}
.AnyTagClassName
{
color: #EA8A03;
}
</style>
background-color css
<style>
a { background-color: #EA8A03; }
a { background-color: rgb(234,138,3); }
div.DivClassName
{
background-color: #EA8A03;
}
.BgClassName
{
background-color: #EA8A03;
}
</style>
border-color css
<style>
span { border-color: #EA8A03; }
span { border-color: rgb(234,138,3); }
td.TdClassName
{
border-color: #EA8A03;
}
.TagClassName
{
border-color: #EA8A03;
}
</style>