Shades of Tangerine #EF880A
Tints of Tangerine #EF880A
RGB
CMYK
RGB Variations
Color information
#EF880A (or 0xEF880A) is known color: Tangerine. HEX triplet: EF, 88 and 0A. RGB value is (239,136,10). Sum of RGB (Red+Green+Blue) = 239+136+10=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF880A is #1077F5. Grayscale: #999999. Windows color (decimal): -1079286 or 690415. OLE color: 690415.
HSL color Cylindrical-coordinate representation of color #EF880A: hue angle of 33.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF880A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.06 |
| HSL | 33.01º | 0.92% | 0.49% | - |
| HSV(B) | 33.01º | 0.96% | 0.94% | - |
| XYZ | 44.46 | 35.98 | 4.89 | - |
| YUV | 152.43 | 47.62 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 10 | 0 | 0.43 | 0.96 | 0.06 | 33.01 | 0.92 | 0.49 |
| Hex | EF | 88 | A | 0 | 2B | 60 | 6 | 21 | 5C | 31 |
| Octal | 357 | 210 | 12 | 0 | 53 | 140 | 6 | 41 | 134 | 61 |
| Binary | 11101111 | 10001000 | 1010 | 0 | 101011 | 1100000 | 110 | 100001 | 1011100 | 110001 |
Color Harmonies of #EF880A
Complementary color
Monochromatic Colors of #EF880A
Black with #EF880A
Text Example
Text Example
White with #EF880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF880A; }
p { color: rgb(239,136,10); }
H1.HeaderClassName
{
color: #EF880A;
}
.AnyTagClassName
{
color: #EF880A;
}
</style>
background-color css
<style>
a { background-color: #EF880A; }
a { background-color: rgb(239,136,10); }
div.DivClassName
{
background-color: #EF880A;
}
.BgClassName
{
background-color: #EF880A;
}
</style>
border-color css
<style>
span { border-color: #EF880A; }
span { border-color: rgb(239,136,10); }
td.TdClassName
{
border-color: #EF880A;
}
.TagClassName
{
border-color: #EF880A;
}
</style>