Html Css Color HEX #E86A00 Mango Tango

📋 copy color: '#E86A00'

red 232 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #E86A00

Tints of Mango Tango #E86A00

RGB

 RED value IS 232 (91.02% from 255) = 68.64%

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.64%
G = 31.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E86A00 (or 0xE86A00) is known color: Mango Tango. HEX triplet: E8, 6A and 00. RGB value is (232,106,0). Sum of RGB (Red+Green+Blue) = 232+106+0=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86A00 is #1795FF. Grayscale: #848484. Windows color (decimal): -1545728 or 27368. OLE color: 27368.

HSL color Cylindrical-coordinate representation of color #E86A00: hue angle of 27.41º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 106 0 -
CMYK 0 0.54 1 0.09
HSL 27.41º 1% 0.45% -
HSV(B) 27.41º 1% 0.91% -
XYZ 38.43 27.46 3.28 -
YUV 131.59 53.74 199.62 -
System Red Green Blue C M Y K H S L
Decimal 232 106 0 0 0.54 1 0.09 27.41 1 0.45
Hex E8 6A 0 0 36 64 9 1B 64 2D
Octal 350 152 0 0 66 144 11 33 144 55
Binary 11101000 1101010 0 0 110110 1100100 1001 11011 1100100 101101

Color Harmonies of #E86A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86A00

Black with #E86A00

Text Example


Text Example

White with #E86A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86A00; }

 p { color: rgb(232,106,0); }

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

background-color css

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

 a { background-color: rgb(232,106,0); }

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

border-color css

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

 span { border-color: rgb(232,106,0); }

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