Html Css Color HEX #E06F0C Mango Tango

📋 copy color: '#E06F0C'

red 224 ◦ green 111 ◦ blue 12

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

Shades of Mango Tango #E06F0C

Tints of Mango Tango #E06F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 64.55%
G = 31.99%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E06F0C (or 0xE06F0C) is known color: Mango Tango. HEX triplet: E0, 6F and 0C. RGB value is (224,111,12). Sum of RGB (Red+Green+Blue) = 224+111+12=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F0C is #1F90F3. Grayscale: #868686. Windows color (decimal): -2068724 or 815072. OLE color: 815072.

HSL color Cylindrical-coordinate representation of color #E06F0C: hue angle of 28.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E06F0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 12 -
CMYK 0 0.50 0.95 0.12
HSL 28.02º 0.9% 0.46% -
HSV(B) 28.02º 0.95% 0.88% -
XYZ 36.49 27.24 3.68 -
YUV 133.5 59.44 192.55 -
System Red Green Blue C M Y K H S L
Decimal 224 111 12 0 0.50 0.95 0.12 28.02 0.9 0.46
Hex E0 6F C 0 32 5F C 1C 5A 2E
Octal 340 157 14 0 62 137 14 34 132 56
Binary 11100000 1101111 1100 0 110010 1011111 1100 11100 1011010 101110

Color Harmonies of #E06F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F0C

Black with #E06F0C

Text Example


Text Example

White with #E06F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F0C; }

 p { color: rgb(224,111,12); }

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

background-color css

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

 a { background-color: rgb(224,111,12); }

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

border-color css

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

 span { border-color: rgb(224,111,12); }

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