Html Css Color HEX #EA7C14 Mango Tango

📋 copy color: '#EA7C14'

red 234 ◦ green 124 ◦ blue 20

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

Shades of Mango Tango #EA7C14

Tints of Mango Tango #EA7C14

RGB

 RED value IS 234 (91.8% from 255) = 61.9%

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 61.9%
G = 32.8%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7C14 (or 0xEA7C14) is known color: Mango Tango. HEX triplet: EA, 7C and 14. RGB value is (234,124,20). Sum of RGB (Red+Green+Blue) = 234+124+20=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7C14 is #1583EB. Grayscale: #919191. Windows color (decimal): -1410028 or 1342698. OLE color: 1342698.

HSL color Cylindrical-coordinate representation of color #EA7C14: hue angle of 29.16º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA7C14 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 124 20 -
CMYK 0 0.47 0.91 0.08
HSL 29.16º 0.84% 0.5% -
HSV(B) 29.16º 0.91% 0.92% -
XYZ 41.27 31.96 4.66 -
YUV 145.03 57.44 191.46 -
System Red Green Blue C M Y K H S L
Decimal 234 124 20 0 0.47 0.91 0.08 29.16 0.84 0.5
Hex EA 7C 14 0 2F 5B 8 1D 54 32
Octal 352 174 24 0 57 133 10 35 124 62
Binary 11101010 1111100 10100 0 101111 1011011 1000 11101 1010100 110010

Color Harmonies of #EA7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C14

Black with #EA7C14

Text Example


Text Example

White with #EA7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C14; }

 p { color: rgb(234,124,20); }

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

background-color css

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

 a { background-color: rgb(234,124,20); }

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

border-color css

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

 span { border-color: rgb(234,124,20); }

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