Shades of Tangerine #EA8001
Tints of Tangerine #EA8001
RGB
CMYK
RGB Variations
Color information
#EA8001 (or 0xEA8001) is known color: Tangerine. HEX triplet: EA, 80 and 01. RGB value is (234,128,1). Sum of RGB (Red+Green+Blue) = 234+128+1=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8001 is #157FFE. Grayscale: #919191. Windows color (decimal): -1409023 or 98538. OLE color: 98538.
HSL color Cylindrical-coordinate representation of color #EA8001: hue angle of 32.7º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA8001 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.08 |
| HSL | 32.7º | 0.99% | 0.46% | - |
| HSV(B) | 32.7º | 1% | 0.92% | - |
| XYZ | 41.66 | 32.93 | 4.19 | - |
| YUV | 145.22 | 46.62 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 1 | 0 | 0.45 | 1.00 | 0.08 | 32.7 | 0.99 | 0.46 |
| Hex | EA | 80 | 1 | 0 | 2D | 64 | 8 | 21 | 63 | 2E |
| Octal | 352 | 200 | 1 | 0 | 55 | 144 | 10 | 41 | 143 | 56 |
| Binary | 11101010 | 10000000 | 1 | 0 | 101101 | 1100100 | 1000 | 100001 | 1100011 | 101110 |
Color Harmonies of #EA8001
Complementary color
Monochromatic Colors of #EA8001
Black with #EA8001
Text Example
Text Example
White with #EA8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8001; }
p { color: rgb(234,128,1); }
H1.HeaderClassName
{
color: #EA8001;
}
.AnyTagClassName
{
color: #EA8001;
}
</style>
background-color css
<style>
a { background-color: #EA8001; }
a { background-color: rgb(234,128,1); }
div.DivClassName
{
background-color: #EA8001;
}
.BgClassName
{
background-color: #EA8001;
}
</style>
border-color css
<style>
span { border-color: #EA8001; }
span { border-color: rgb(234,128,1); }
td.TdClassName
{
border-color: #EA8001;
}
.TagClassName
{
border-color: #EA8001;
}
</style>