Html Css Color HEX #E07A0C Mango Tango

📋 copy color: '#E07A0C'

red 224 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #E07A0C

Tints of Mango Tango #E07A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 62.57%
G = 34.08%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E07A0C (or 0xE07A0C) is known color: Mango Tango. HEX triplet: E0, 7A and 0C. RGB value is (224,122,12). Sum of RGB (Red+Green+Blue) = 224+122+12=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A0C is #1F85F3. Grayscale: #8C8C8C. Windows color (decimal): -2065908 or 817888. OLE color: 817888.

HSL color Cylindrical-coordinate representation of color #E07A0C: hue angle of 31.13º 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 #E07A0C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 12 -
CMYK 0 0.46 0.95 0.12
HSL 31.13º 0.9% 0.46% -
HSV(B) 31.13º 0.95% 0.88% -
XYZ 37.77 29.79 4.11 -
YUV 139.96 55.79 187.94 -
System Red Green Blue C M Y K H S L
Decimal 224 122 12 0 0.46 0.95 0.12 31.13 0.9 0.46
Hex E0 7A C 0 2E 5F C 1F 5A 2E
Octal 340 172 14 0 56 137 14 37 132 56
Binary 11100000 1111010 1100 0 101110 1011111 1100 11111 1011010 101110

Color Harmonies of #E07A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A0C

Black with #E07A0C

Text Example


Text Example

White with #E07A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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