Html Css Color HEX #EA7C0C Mango Tango

📋 copy color: '#EA7C0C'

red 234 ◦ green 124 ◦ blue 12

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

Shades of Mango Tango #EA7C0C

Tints of Mango Tango #EA7C0C

RGB

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

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

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

R = 63.24%
G = 33.51%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA7C0C (or 0xEA7C0C) is known color: Mango Tango. HEX triplet: EA, 7C and 0C. RGB value is (234,124,12). Sum of RGB (Red+Green+Blue) = 234+124+12=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7C0C is #1583F3. Grayscale: #909090. Windows color (decimal): -1410036 or 818410. OLE color: 818410.

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

Color convert

RGB 234 124 12 -
CMYK 0 0.47 0.95 0.08
HSL 30.27º 0.9% 0.48% -
HSV(B) 30.27º 0.95% 0.92% -
XYZ 41.21 31.93 4.34 -
YUV 144.12 53.44 192.11 -
System Red Green Blue C M Y K H S L
Decimal 234 124 12 0 0.47 0.95 0.08 30.27 0.9 0.48
Hex EA 7C C 0 2F 5F 8 1E 5A 30
Octal 352 174 14 0 57 137 10 36 132 60
Binary 11101010 1111100 1100 0 101111 1011111 1000 11110 1011010 110000

Color Harmonies of #EA7C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C0C

Black with #EA7C0C

Text Example


Text Example

White with #EA7C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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