Shades of Tangerine #EE810C
Tints of Tangerine #EE810C
RGB
CMYK
RGB Variations
Color information
#EE810C (or 0xEE810C) is known color: Tangerine. HEX triplet: EE, 81 and 0C. RGB value is (238,129,12). Sum of RGB (Red+Green+Blue) = 238+129+12=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE810C is #117EF3. Grayscale: #949494. Windows color (decimal): -1146612 or 819694. OLE color: 819694.
HSL color Cylindrical-coordinate representation of color #EE810C: hue angle of 31.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE810C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.07 |
| HSL | 31.06º | 0.9% | 0.49% | - |
| HSV(B) | 31.06º | 0.95% | 0.93% | - |
| XYZ | 43.18 | 33.9 | 4.62 | - |
| YUV | 148.25 | 51.11 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 12 | 0 | 0.46 | 0.95 | 0.07 | 31.06 | 0.9 | 0.49 |
| Hex | EE | 81 | C | 0 | 2E | 5F | 7 | 1F | 5A | 31 |
| Octal | 356 | 201 | 14 | 0 | 56 | 137 | 7 | 37 | 132 | 61 |
| Binary | 11101110 | 10000001 | 1100 | 0 | 101110 | 1011111 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EE810C
Complementary color
Monochromatic Colors of #EE810C
Black with #EE810C
Text Example
Text Example
White with #EE810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE810C; }
p { color: rgb(238,129,12); }
H1.HeaderClassName
{
color: #EE810C;
}
.AnyTagClassName
{
color: #EE810C;
}
</style>
background-color css
<style>
a { background-color: #EE810C; }
a { background-color: rgb(238,129,12); }
div.DivClassName
{
background-color: #EE810C;
}
.BgClassName
{
background-color: #EE810C;
}
</style>
border-color css
<style>
span { border-color: #EE810C; }
span { border-color: rgb(238,129,12); }
td.TdClassName
{
border-color: #EE810C;
}
.TagClassName
{
border-color: #EE810C;
}
</style>