Shades of Tangerine #EF810D
Tints of Tangerine #EF810D
RGB
CMYK
RGB Variations
Color information
#EF810D (or 0xEF810D) is known color: Tangerine. HEX triplet: EF, 81 and 0D. RGB value is (239,129,13). Sum of RGB (Red+Green+Blue) = 239+129+13=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF810D is #107EF2. Grayscale: #959595. Windows color (decimal): -1081075 or 885231. OLE color: 885231.
HSL color Cylindrical-coordinate representation of color #EF810D: hue angle of 30.8º 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 #EF810D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 13 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.06 |
| HSL | 30.8º | 0.9% | 0.49% | - |
| HSV(B) | 30.8º | 0.95% | 0.94% | - |
| XYZ | 43.52 | 34.08 | 4.67 | - |
| YUV | 148.67 | 51.44 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 13 | 0 | 0.46 | 0.95 | 0.06 | 30.8 | 0.9 | 0.49 |
| Hex | EF | 81 | D | 0 | 2E | 5F | 6 | 1F | 5A | 31 |
| Octal | 357 | 201 | 15 | 0 | 56 | 137 | 6 | 37 | 132 | 61 |
| Binary | 11101111 | 10000001 | 1101 | 0 | 101110 | 1011111 | 110 | 11111 | 1011010 | 110001 |
Color Harmonies of #EF810D
Complementary color
Monochromatic Colors of #EF810D
Black with #EF810D
Text Example
Text Example
White with #EF810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF810D; }
p { color: rgb(239,129,13); }
H1.HeaderClassName
{
color: #EF810D;
}
.AnyTagClassName
{
color: #EF810D;
}
</style>
background-color css
<style>
a { background-color: #EF810D; }
a { background-color: rgb(239,129,13); }
div.DivClassName
{
background-color: #EF810D;
}
.BgClassName
{
background-color: #EF810D;
}
</style>
border-color css
<style>
span { border-color: #EF810D; }
span { border-color: rgb(239,129,13); }
td.TdClassName
{
border-color: #EF810D;
}
.TagClassName
{
border-color: #EF810D;
}
</style>