Shades of Tangerine #EA8801
Tints of Tangerine #EA8801
RGB
CMYK
RGB Variations
Color information
#EA8801 (or 0xEA8801) is known color: Tangerine. HEX triplet: EA, 88 and 01. RGB value is (234,136,1). Sum of RGB (Red+Green+Blue) = 234+136+1=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8801 is #1577FE. Grayscale: #969696. Windows color (decimal): -1406975 or 100586. OLE color: 100586.
HSL color Cylindrical-coordinate representation of color #EA8801: hue angle of 34.76º 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 #EA8801 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.08 |
| HSL | 34.76º | 0.99% | 0.46% | - |
| HSV(B) | 34.76º | 1% | 0.92% | - |
| XYZ | 42.74 | 35.1 | 4.55 | - |
| YUV | 149.91 | 43.97 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 1 | 0 | 0.42 | 1.00 | 0.08 | 34.76 | 0.99 | 0.46 |
| Hex | EA | 88 | 1 | 0 | 2A | 64 | 8 | 23 | 63 | 2E |
| Octal | 352 | 210 | 1 | 0 | 52 | 144 | 10 | 43 | 143 | 56 |
| Binary | 11101010 | 10001000 | 1 | 0 | 101010 | 1100100 | 1000 | 100011 | 1100011 | 101110 |
Color Harmonies of #EA8801
Complementary color
Monochromatic Colors of #EA8801
Black with #EA8801
Text Example
Text Example
White with #EA8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8801; }
p { color: rgb(234,136,1); }
H1.HeaderClassName
{
color: #EA8801;
}
.AnyTagClassName
{
color: #EA8801;
}
</style>
background-color css
<style>
a { background-color: #EA8801; }
a { background-color: rgb(234,136,1); }
div.DivClassName
{
background-color: #EA8801;
}
.BgClassName
{
background-color: #EA8801;
}
</style>
border-color css
<style>
span { border-color: #EA8801; }
span { border-color: rgb(234,136,1); }
td.TdClassName
{
border-color: #EA8801;
}
.TagClassName
{
border-color: #EA8801;
}
</style>