Shades of Tangerine #E4810C
Tints of Tangerine #E4810C
RGB
CMYK
RGB Variations
Color information
#E4810C (or 0xE4810C) is known color: Tangerine. HEX triplet: E4, 81 and 0C. RGB value is (228,129,12). Sum of RGB (Red+Green+Blue) = 228+129+12=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E4810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4810C is #1B7EF3. Grayscale: #919191. Windows color (decimal): -1801972 or 819684. OLE color: 819684.
HSL color Cylindrical-coordinate representation of color #E4810C: hue angle of 32.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4810C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.11 |
| HSL | 32.5º | 0.9% | 0.47% | - |
| HSV(B) | 32.5º | 0.95% | 0.89% | - |
| XYZ | 39.91 | 32.22 | 4.46 | - |
| YUV | 145.26 | 52.8 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 12 | 0 | 0.43 | 0.95 | 0.11 | 32.5 | 0.9 | 0.47 |
| Hex | E4 | 81 | C | 0 | 2B | 5F | B | 20 | 5A | 2F |
| Octal | 344 | 201 | 14 | 0 | 53 | 137 | 13 | 40 | 132 | 57 |
| Binary | 11100100 | 10000001 | 1100 | 0 | 101011 | 1011111 | 1011 | 100000 | 1011010 | 101111 |
Color Harmonies of #E4810C
Complementary color
Monochromatic Colors of #E4810C
Black with #E4810C
Text Example
Text Example
White with #E4810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4810C; }
p { color: rgb(228,129,12); }
H1.HeaderClassName
{
color: #E4810C;
}
.AnyTagClassName
{
color: #E4810C;
}
</style>
background-color css
<style>
a { background-color: #E4810C; }
a { background-color: rgb(228,129,12); }
div.DivClassName
{
background-color: #E4810C;
}
.BgClassName
{
background-color: #E4810C;
}
</style>
border-color css
<style>
span { border-color: #E4810C; }
span { border-color: rgb(228,129,12); }
td.TdClassName
{
border-color: #E4810C;
}
.TagClassName
{
border-color: #E4810C;
}
</style>