Shades of Tangerine #EF880C
Tints of Tangerine #EF880C
RGB
CMYK
RGB Variations
Color information
#EF880C (or 0xEF880C) is known color: Tangerine. HEX triplet: EF, 88 and 0C. RGB value is (239,136,12). Sum of RGB (Red+Green+Blue) = 239+136+12=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF880C is #1077F3. Grayscale: #999999. Windows color (decimal): -1079284 or 821487. OLE color: 821487.
HSL color Cylindrical-coordinate representation of color #EF880C: hue angle of 32.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF880C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.06 |
| HSL | 32.78º | 0.9% | 0.49% | - |
| HSV(B) | 32.78º | 0.95% | 0.94% | - |
| XYZ | 44.47 | 35.99 | 4.95 | - |
| YUV | 152.66 | 48.62 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 12 | 0 | 0.43 | 0.95 | 0.06 | 32.78 | 0.9 | 0.49 |
| Hex | EF | 88 | C | 0 | 2B | 5F | 6 | 21 | 5A | 31 |
| Octal | 357 | 210 | 14 | 0 | 53 | 137 | 6 | 41 | 132 | 61 |
| Binary | 11101111 | 10001000 | 1100 | 0 | 101011 | 1011111 | 110 | 100001 | 1011010 | 110001 |
Color Harmonies of #EF880C
Complementary color
Monochromatic Colors of #EF880C
Black with #EF880C
Text Example
Text Example
White with #EF880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF880C; }
p { color: rgb(239,136,12); }
H1.HeaderClassName
{
color: #EF880C;
}
.AnyTagClassName
{
color: #EF880C;
}
</style>
background-color css
<style>
a { background-color: #EF880C; }
a { background-color: rgb(239,136,12); }
div.DivClassName
{
background-color: #EF880C;
}
.BgClassName
{
background-color: #EF880C;
}
</style>
border-color css
<style>
span { border-color: #EF880C; }
span { border-color: rgb(239,136,12); }
td.TdClassName
{
border-color: #EF880C;
}
.TagClassName
{
border-color: #EF880C;
}
</style>