Shades of Mandarian Orange #8E2618
Tints of Mandarian Orange #8E2618
RGB
CMYK
RGB Variations
Color information
#8E2618 (or 0x8E2618) is known color: Mandarian Orange. HEX triplet: 8E, 26 and 18. RGB value is (142,38,24). Sum of RGB (Red+Green+Blue) = 142+38+24=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2618 is #71D9E7. Grayscale: #434343. Windows color (decimal): -7461352 or 1582734. OLE color: 1582734.
HSL color Cylindrical-coordinate representation of color #8E2618: hue angle of 7.12º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E2618 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 24 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.44 |
| HSL | 7.12º | 0.71% | 0.33% | - |
| HSV(B) | 7.12º | 0.83% | 0.56% | - |
| XYZ | 12.01 | 7.2 | 1.62 | - |
| YUV | 67.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 24 | 0 | 0.73 | 0.83 | 0.44 | 7.12 | 0.71 | 0.33 |
| Hex | 8E | 26 | 18 | 0 | 49 | 53 | 2C | 7 | 47 | 21 |
| Octal | 216 | 46 | 30 | 0 | 111 | 123 | 54 | 7 | 107 | 41 |
| Binary | 10001110 | 100110 | 11000 | 0 | 1001001 | 1010011 | 101100 | 111 | 1000111 | 100001 |
Color Harmonies of #8E2618
Complementary color
Monochromatic Colors of #8E2618
Black with #8E2618
Text Example
Text Example
White with #8E2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2618; }
p { color: rgb(142,38,24); }
H1.HeaderClassName
{
color: #8E2618;
}
.AnyTagClassName
{
color: #8E2618;
}
</style>
background-color css
<style>
a { background-color: #8E2618; }
a { background-color: rgb(142,38,24); }
div.DivClassName
{
background-color: #8E2618;
}
.BgClassName
{
background-color: #8E2618;
}
</style>
border-color css
<style>
span { border-color: #8E2618; }
span { border-color: rgb(142,38,24); }
td.TdClassName
{
border-color: #8E2618;
}
.TagClassName
{
border-color: #8E2618;
}
</style>