Html Css Color HEX #E07D0E Mango Tango

📋 copy color: '#E07D0E'

red 224 ◦ green 125 ◦ blue 14

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

Shades of Mango Tango #E07D0E

Tints of Mango Tango #E07D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 61.71%
G = 34.44%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E07D0E (or 0xE07D0E) is known color: Mango Tango. HEX triplet: E0, 7D and 0E. RGB value is (224,125,14). Sum of RGB (Red+Green+Blue) = 224+125+14=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07D0E is #1F82F1. Grayscale: #8E8E8E. Windows color (decimal): -2065138 or 949728. OLE color: 949728.

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

Color convert

RGB 224 125 14 -
CMYK 0 0.44 0.94 0.12
HSL 31.71º 0.88% 0.47% -
HSV(B) 31.71º 0.94% 0.88% -
XYZ 38.15 30.55 4.3 -
YUV 141.95 55.8 186.53 -
System Red Green Blue C M Y K H S L
Decimal 224 125 14 0 0.44 0.94 0.12 31.71 0.88 0.47
Hex E0 7D E 0 2C 5E C 20 58 2F
Octal 340 175 16 0 54 136 14 40 130 57
Binary 11100000 1111101 1110 0 101100 1011110 1100 100000 1011000 101111

Color Harmonies of #E07D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D0E

Black with #E07D0E

Text Example


Text Example

White with #E07D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D0E; }

 p { color: rgb(224,125,14); }

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

background-color css

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

 a { background-color: rgb(224,125,14); }

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

border-color css

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

 span { border-color: rgb(224,125,14); }

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