Shades of Tangerine #EA8F01
Tints of Tangerine #EA8F01
RGB
CMYK
RGB Variations
Color information
#EA8F01 (or 0xEA8F01) is known color: Tangerine. HEX triplet: EA, 8F and 01. RGB value is (234,143,1). Sum of RGB (Red+Green+Blue) = 234+143+1=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F01 is #1570FE. Grayscale: #9A9A9A. Windows color (decimal): -1405183 or 102378. OLE color: 102378.
HSL color Cylindrical-coordinate representation of color #EA8F01: hue angle of 36.57º 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 #EA8F01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.08 |
| HSL | 36.57º | 0.99% | 0.46% | - |
| HSV(B) | 36.57º | 1% | 0.92% | - |
| XYZ | 43.76 | 37.14 | 4.89 | - |
| YUV | 154.02 | 41.65 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 1 | 0 | 0.39 | 1.00 | 0.08 | 36.57 | 0.99 | 0.46 |
| Hex | EA | 8F | 1 | 0 | 27 | 64 | 8 | 25 | 63 | 2E |
| Octal | 352 | 217 | 1 | 0 | 47 | 144 | 10 | 45 | 143 | 56 |
| Binary | 11101010 | 10001111 | 1 | 0 | 100111 | 1100100 | 1000 | 100101 | 1100011 | 101110 |
Color Harmonies of #EA8F01
Complementary color
Monochromatic Colors of #EA8F01
Black with #EA8F01
Text Example
Text Example
White with #EA8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F01; }
p { color: rgb(234,143,1); }
H1.HeaderClassName
{
color: #EA8F01;
}
.AnyTagClassName
{
color: #EA8F01;
}
</style>
background-color css
<style>
a { background-color: #EA8F01; }
a { background-color: rgb(234,143,1); }
div.DivClassName
{
background-color: #EA8F01;
}
.BgClassName
{
background-color: #EA8F01;
}
</style>
border-color css
<style>
span { border-color: #EA8F01; }
span { border-color: rgb(234,143,1); }
td.TdClassName
{
border-color: #EA8F01;
}
.TagClassName
{
border-color: #EA8F01;
}
</style>