Html Css Color HEX #9E2015 Mandarian Orange

📋 copy color: '#9E2015'

red 158 ◦ green 32 ◦ blue 21

#9E2015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9E2015

Tints of Mandarian Orange #9E2015

RGB

 RED value IS 158 (62.11% from 255) = 74.88%

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 74.88%
G = 15.17%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E2015 (or 0x9E2015) is known color: Mandarian Orange. HEX triplet: 9E, 20 and 15. RGB value is (158,32,21). Sum of RGB (Red+Green+Blue) = 158+32+21=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2015 is #61DFEA. Grayscale: #444444. Windows color (decimal): -6414315 or 1384606. OLE color: 1384606.

HSL color Cylindrical-coordinate representation of color #9E2015: hue angle of 4.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E2015 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 32 21 -
CMYK 0 0.80 0.87 0.38
HSL 4.82º 0.77% 0.35% -
HSV(B) 4.82º 0.87% 0.62% -
XYZ 14.75 8.36 1.54 -
YUV 68.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 158 32 21 0 0.80 0.87 0.38 4.82 0.77 0.35
Hex 9E 20 15 0 50 57 26 5 4D 23
Octal 236 40 25 0 120 127 46 5 115 43
Binary 10011110 100000 10101 0 1010000 1010111 100110 101 1001101 100011

Color Harmonies of #9E2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2015

Black with #9E2015

Text Example


Text Example

White with #9E2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,32,21); }

 H1.HeaderClassName
 {
   color: #9E2015;
 }
 .AnyTagClassName
 {
   color: #9E2015;
 }
</style>

background-color css

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

 a { background-color: rgb(158,32,21); }

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

border-color css

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

 span { border-color: rgb(158,32,21); }

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