Shades of Tangerine #EA8F05
Tints of Tangerine #EA8F05
RGB
CMYK
RGB Variations
Color information
#EA8F05 (or 0xEA8F05) is known color: Tangerine. HEX triplet: EA, 8F and 05. RGB value is (234,143,5). Sum of RGB (Red+Green+Blue) = 234+143+5=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F05 is #1570FA. Grayscale: #9B9B9B. Windows color (decimal): -1405179 or 364522. OLE color: 364522.
HSL color Cylindrical-coordinate representation of color #EA8F05: hue angle of 36.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA8F05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.08 |
| HSL | 36.16º | 0.96% | 0.47% | - |
| HSV(B) | 36.16º | 0.98% | 0.92% | - |
| XYZ | 43.78 | 37.15 | 5.01 | - |
| YUV | 154.48 | 43.65 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 5 | 0 | 0.39 | 0.98 | 0.08 | 36.16 | 0.96 | 0.47 |
| Hex | EA | 8F | 5 | 0 | 27 | 62 | 8 | 24 | 60 | 2F |
| Octal | 352 | 217 | 5 | 0 | 47 | 142 | 10 | 44 | 140 | 57 |
| Binary | 11101010 | 10001111 | 101 | 0 | 100111 | 1100010 | 1000 | 100100 | 1100000 | 101111 |
Color Harmonies of #EA8F05
Complementary color
Monochromatic Colors of #EA8F05
Black with #EA8F05
Text Example
Text Example
White with #EA8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F05; }
p { color: rgb(234,143,5); }
H1.HeaderClassName
{
color: #EA8F05;
}
.AnyTagClassName
{
color: #EA8F05;
}
</style>
background-color css
<style>
a { background-color: #EA8F05; }
a { background-color: rgb(234,143,5); }
div.DivClassName
{
background-color: #EA8F05;
}
.BgClassName
{
background-color: #EA8F05;
}
</style>
border-color css
<style>
span { border-color: #EA8F05; }
span { border-color: rgb(234,143,5); }
td.TdClassName
{
border-color: #EA8F05;
}
.TagClassName
{
border-color: #EA8F05;
}
</style>