Shades of Tangerine #EA8800
Tints of Tangerine #EA8800
RGB
CMYK
RGB Variations
Color information
#EA8800 (or 0xEA8800) is known color: Tangerine. HEX triplet: EA, 88 and 00. RGB value is (234,136,0). Sum of RGB (Red+Green+Blue) = 234+136+0=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8800 is #1577FF. Grayscale: #969696. Windows color (decimal): -1406976 or 35050. OLE color: 35050.
HSL color Cylindrical-coordinate representation of color #EA8800: hue angle of 34.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA8800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.08 |
| HSL | 34.87º | 1% | 0.46% | - |
| HSV(B) | 34.87º | 1% | 0.92% | - |
| XYZ | 42.74 | 35.1 | 4.52 | - |
| YUV | 149.8 | 43.47 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 0 | 0 | 0.42 | 1 | 0.08 | 34.87 | 1 | 0.46 |
| Hex | EA | 88 | 0 | 0 | 2A | 64 | 8 | 23 | 64 | 2E |
| Octal | 352 | 210 | 0 | 0 | 52 | 144 | 10 | 43 | 144 | 56 |
| Binary | 11101010 | 10001000 | 0 | 0 | 101010 | 1100100 | 1000 | 100011 | 1100100 | 101110 |
Color Harmonies of #EA8800
Complementary color
Monochromatic Colors of #EA8800
Black with #EA8800
Text Example
Text Example
White with #EA8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8800; }
p { color: rgb(234,136,0); }
H1.HeaderClassName
{
color: #EA8800;
}
.AnyTagClassName
{
color: #EA8800;
}
</style>
background-color css
<style>
a { background-color: #EA8800; }
a { background-color: rgb(234,136,0); }
div.DivClassName
{
background-color: #EA8800;
}
.BgClassName
{
background-color: #EA8800;
}
</style>
border-color css
<style>
span { border-color: #EA8800; }
span { border-color: rgb(234,136,0); }
td.TdClassName
{
border-color: #EA8800;
}
.TagClassName
{
border-color: #EA8800;
}
</style>