Html Css Color HEX #9E1E05 Mandarian Orange

📋 copy color: '#9E1E05'

red 158 ◦ green 30 ◦ blue 5

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

Shades of Mandarian Orange #9E1E05

Tints of Mandarian Orange #9E1E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 81.87%
G = 15.54%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E1E05 (or 0x9E1E05) is known color: Mandarian Orange. HEX triplet: 9E, 1E and 05. RGB value is (158,30,5). Sum of RGB (Red+Green+Blue) = 158+30+5=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1E05 is #61E1FA. Grayscale: #414141. Windows color (decimal): -6414843 or 335518. OLE color: 335518.

HSL color Cylindrical-coordinate representation of color #9E1E05: hue angle of 9.8º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E1E05 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 30 5 -
CMYK 0 0.81 0.97 0.38
HSL 9.8º 0.94% 0.32% -
HSV(B) 9.8º 0.97% 0.62% -
XYZ 14.59 8.21 0.96 -
YUV 65.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 158 30 5 0 0.81 0.97 0.38 9.8 0.94 0.32
Hex 9E 1E 5 0 51 61 26 A 5E 20
Octal 236 36 5 0 121 141 46 12 136 40
Binary 10011110 11110 101 0 1010001 1100001 100110 1010 1011110 100000

Color Harmonies of #9E1E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1E05

Black with #9E1E05

Text Example


Text Example

White with #9E1E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,30,5); }

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

background-color css

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

 a { background-color: rgb(158,30,5); }

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

border-color css

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

 span { border-color: rgb(158,30,5); }

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