#9E2108

Color #9E2108 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9E2108

Tints of Mandarian Orange #9E2108

Color information

#9E2108 (or 0x9E2108) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 21 and 08. RGB value is (158,33,8). Sum of RGB (Red+Green+Blue) = 158+33+8=199 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.40% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2108 is #61DEF7. Grayscale: #434343. Windows color (decimal): -6414072 or 532894. OLE color: 532894.

HSL color Cylindrical-coordinate representation of color #9E2108: hue angle of 10º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E2108 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB158338-
CMYK00.790.950.38
HSL10º90.36%32.55%-
HSV(B)10º94.94%61.96%-
XYZ14.698.371.07-
YUV67.5394.41192.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 79.40%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=79.40%
G=16.58%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15833800.790.950.381090.3632.55
Hex9E21804F5F26a5a21
Octal23641100117137461213241
Binary10011110100001100001001111101111110011010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E2108; }

 p { color: rgb(158,33,8); }

 H1.HeaderClassName
 {
   color: #9E2108;
 }
 .AnyTagClassName
 {
   color: #9E2108;
 }
</style>
background-color css

<style>
 a { background-color: #9E2108; }

 a { background-color: rgb(158,33,8); }

 div.DivClassName
 {
   background-color: #9E2108;
 }
 .BgClassName
 {
   background-color: #9E2108;
 }
</style>
border-color css

<style>
 span { border-color: #9E2108; }

 span { border-color: rgb(158,33,8); }

 td.TdClassName
 {
   border-color: #9E2108;
 }
 .TagClassName
 {
   border-color: #9E2108;
 }
</style>