Html Css Color HEX #E07F0C Mango Tango

📋 copy color: '#E07F0C'

red 224 ◦ green 127 ◦ blue 12

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

Shades of Mango Tango #E07F0C

Tints of Mango Tango #E07F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

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

R = 61.71%
G = 34.99%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E07F0C (or 0xE07F0C) is known color: Mango Tango. HEX triplet: E0, 7F and 0C. RGB value is (224,127,12). Sum of RGB (Red+Green+Blue) = 224+127+12=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F0C is #1F80F3. Grayscale: #8F8F8F. Windows color (decimal): -2064628 or 819168. OLE color: 819168.

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

Color convert

RGB 224 127 12 -
CMYK 0 0.43 0.95 0.12
HSL 32.55º 0.9% 0.46% -
HSV(B) 32.55º 0.95% 0.88% -
XYZ 38.4 31.05 4.32 -
YUV 142.89 54.14 185.85 -
System Red Green Blue C M Y K H S L
Decimal 224 127 12 0 0.43 0.95 0.12 32.55 0.9 0.46
Hex E0 7F C 0 2B 5F C 21 5A 2E
Octal 340 177 14 0 53 137 14 41 132 56
Binary 11100000 1111111 1100 0 101011 1011111 1100 100001 1011010 101110

Color Harmonies of #E07F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F0C

Black with #E07F0C

Text Example


Text Example

White with #E07F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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