Html Css Color HEX #EA7D10 Mango Tango

📋 copy color: '#EA7D10'

red 234 ◦ green 125 ◦ blue 16

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

Shades of Mango Tango #EA7D10

Tints of Mango Tango #EA7D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 62.4%
G = 33.33%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA7D10 (or 0xEA7D10) is known color: Mango Tango. HEX triplet: EA, 7D and 10. RGB value is (234,125,16). Sum of RGB (Red+Green+Blue) = 234+125+16=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7D10 is #1582EF. Grayscale: #919191. Windows color (decimal): -1409776 or 1080810. OLE color: 1080810.

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

Color convert

RGB 234 125 16 -
CMYK 0 0.47 0.93 0.08
HSL 30º 0.87% 0.49% -
HSV(B) 30º 0.93% 0.92% -
XYZ 41.36 32.2 4.53 -
YUV 145.17 55.11 191.36 -
System Red Green Blue C M Y K H S L
Decimal 234 125 16 0 0.47 0.93 0.08 30 0.87 0.49
Hex EA 7D 10 0 2F 5D 8 1E 57 31
Octal 352 175 20 0 57 135 10 36 127 61
Binary 11101010 1111101 10000 0 101111 1011101 1000 11110 1010111 110001

Color Harmonies of #EA7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D10

Black with #EA7D10

Text Example


Text Example

White with #EA7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D10; }

 p { color: rgb(234,125,16); }

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

background-color css

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

 a { background-color: rgb(234,125,16); }

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

border-color css

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

 span { border-color: rgb(234,125,16); }

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