Shades of Mandarian Orange #8E2822
Tints of Mandarian Orange #8E2822
RGB
CMYK
RGB Variations
Color information
#8E2822 (or 0x8E2822) is known color: Mandarian Orange. HEX triplet: 8E, 28 and 22. RGB value is (142,40,34). Sum of RGB (Red+Green+Blue) = 142+40+34=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2822 is #71D7DD. Grayscale: #454545. Windows color (decimal): -7460830 or 2238606. OLE color: 2238606.
HSL color Cylindrical-coordinate representation of color #8E2822: hue angle of 3.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2822 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 34 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.44 |
| HSL | 3.33º | 0.61% | 0.35% | - |
| HSV(B) | 3.33º | 0.76% | 0.56% | - |
| XYZ | 12.2 | 7.38 | 2.3 | - |
| YUV | 69.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 34 | 0 | 0.72 | 0.76 | 0.44 | 3.33 | 0.61 | 0.35 |
| Hex | 8E | 28 | 22 | 0 | 48 | 4C | 2C | 3 | 3D | 23 |
| Octal | 216 | 50 | 42 | 0 | 110 | 114 | 54 | 3 | 75 | 43 |
| Binary | 10001110 | 101000 | 100010 | 0 | 1001000 | 1001100 | 101100 | 11 | 111101 | 100011 |
Color Harmonies of #8E2822
Complementary color
Monochromatic Colors of #8E2822
Black with #8E2822
Text Example
Text Example
White with #8E2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2822; }
p { color: rgb(142,40,34); }
H1.HeaderClassName
{
color: #8E2822;
}
.AnyTagClassName
{
color: #8E2822;
}
</style>
background-color css
<style>
a { background-color: #8E2822; }
a { background-color: rgb(142,40,34); }
div.DivClassName
{
background-color: #8E2822;
}
.BgClassName
{
background-color: #8E2822;
}
</style>
border-color css
<style>
span { border-color: #8E2822; }
span { border-color: rgb(142,40,34); }
td.TdClassName
{
border-color: #8E2822;
}
.TagClassName
{
border-color: #8E2822;
}
</style>