Shades of Tangerine #EA8302
Tints of Tangerine #EA8302
RGB
CMYK
RGB Variations
Color information
#EA8302 (or 0xEA8302) is known color: Tangerine. HEX triplet: EA, 83 and 02. RGB value is (234,131,2). Sum of RGB (Red+Green+Blue) = 234+131+2=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8302 is #157CFD. Grayscale: #939393. Windows color (decimal): -1408254 or 164842. OLE color: 164842.
HSL color Cylindrical-coordinate representation of color #EA8302: hue angle of 33.36º degrees, saturation: 0.98, 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 #EA8302 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.08 |
| HSL | 33.36º | 0.98% | 0.46% | - |
| HSV(B) | 33.36º | 0.99% | 0.92% | - |
| XYZ | 42.06 | 33.73 | 4.35 | - |
| YUV | 147.09 | 46.12 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 2 | 0 | 0.44 | 0.99 | 0.08 | 33.36 | 0.98 | 0.46 |
| Hex | EA | 83 | 2 | 0 | 2C | 63 | 8 | 21 | 62 | 2E |
| Octal | 352 | 203 | 2 | 0 | 54 | 143 | 10 | 41 | 142 | 56 |
| Binary | 11101010 | 10000011 | 10 | 0 | 101100 | 1100011 | 1000 | 100001 | 1100010 | 101110 |
Color Harmonies of #EA8302
Complementary color
Monochromatic Colors of #EA8302
Black with #EA8302
Text Example
Text Example
White with #EA8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8302; }
p { color: rgb(234,131,2); }
H1.HeaderClassName
{
color: #EA8302;
}
.AnyTagClassName
{
color: #EA8302;
}
</style>
background-color css
<style>
a { background-color: #EA8302; }
a { background-color: rgb(234,131,2); }
div.DivClassName
{
background-color: #EA8302;
}
.BgClassName
{
background-color: #EA8302;
}
</style>
border-color css
<style>
span { border-color: #EA8302; }
span { border-color: rgb(234,131,2); }
td.TdClassName
{
border-color: #EA8302;
}
.TagClassName
{
border-color: #EA8302;
}
</style>