Shades of Mandarian Orange #8E2823
Tints of Mandarian Orange #8E2823
RGB
CMYK
RGB Variations
Color information
#8E2823 (or 0x8E2823) is known color: Mandarian Orange. HEX triplet: 8E, 28 and 23. RGB value is (142,40,35). Sum of RGB (Red+Green+Blue) = 142+40+35=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2823 is #71D7DC. Grayscale: #464646. Windows color (decimal): -7460829 or 2304142. OLE color: 2304142.
HSL color Cylindrical-coordinate representation of color #8E2823: hue angle of 2.8º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2823 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 35 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.44 |
| HSL | 2.8º | 0.6% | 0.35% | - |
| HSV(B) | 2.8º | 0.75% | 0.56% | - |
| XYZ | 12.22 | 7.39 | 2.37 | - |
| YUV | 69.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 35 | 0 | 0.72 | 0.75 | 0.44 | 2.8 | 0.6 | 0.35 |
| Hex | 8E | 28 | 23 | 0 | 48 | 4B | 2C | 3 | 3C | 23 |
| Octal | 216 | 50 | 43 | 0 | 110 | 113 | 54 | 3 | 74 | 43 |
| Binary | 10001110 | 101000 | 100011 | 0 | 1001000 | 1001011 | 101100 | 11 | 111100 | 100011 |
Color Harmonies of #8E2823
Complementary color
Monochromatic Colors of #8E2823
Black with #8E2823
Text Example
Text Example
White with #8E2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2823; }
p { color: rgb(142,40,35); }
H1.HeaderClassName
{
color: #8E2823;
}
.AnyTagClassName
{
color: #8E2823;
}
</style>
background-color css
<style>
a { background-color: #8E2823; }
a { background-color: rgb(142,40,35); }
div.DivClassName
{
background-color: #8E2823;
}
.BgClassName
{
background-color: #8E2823;
}
</style>
border-color css
<style>
span { border-color: #8E2823; }
span { border-color: rgb(142,40,35); }
td.TdClassName
{
border-color: #8E2823;
}
.TagClassName
{
border-color: #8E2823;
}
</style>