Html Css Color HEX #E06C02 Mango Tango

📋 copy color: '#E06C02'

red 224 ◦ green 108 ◦ blue 2

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

Shades of Mango Tango #E06C02

Tints of Mango Tango #E06C02

RGB

 RED value IS 224 (87.89% from 255) = 67.07%

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 67.07%
G = 32.34%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E06C02 (or 0xE06C02) is known color: Mango Tango. HEX triplet: E0, 6C and 02. RGB value is (224,108,2). Sum of RGB (Red+Green+Blue) = 224+108+2=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06C02 is #1F93FD. Grayscale: #838383. Windows color (decimal): -2069502 or 158944. OLE color: 158944.

HSL color Cylindrical-coordinate representation of color #E06C02: hue angle of 28.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06C02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 2 -
CMYK 0 0.52 0.99 0.12
HSL 28.65º 0.98% 0.44% -
HSV(B) 28.65º 0.99% 0.88% -
XYZ 36.11 26.58 3.28 -
YUV 130.6 55.43 194.62 -
System Red Green Blue C M Y K H S L
Decimal 224 108 2 0 0.52 0.99 0.12 28.65 0.98 0.44
Hex E0 6C 2 0 34 63 C 1D 62 2C
Octal 340 154 2 0 64 143 14 35 142 54
Binary 11100000 1101100 10 0 110100 1100011 1100 11101 1100010 101100

Color Harmonies of #E06C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C02

Black with #E06C02

Text Example


Text Example

White with #E06C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C02; }

 p { color: rgb(224,108,2); }

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

background-color css

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

 a { background-color: rgb(224,108,2); }

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

border-color css

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

 span { border-color: rgb(224,108,2); }

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