Html Css Color HEX #EA7505 Mango Tango

📋 copy color: '#EA7505'

red 234 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #EA7505

Tints of Mango Tango #EA7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 65.73%
G = 32.87%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA7505 (or 0xEA7505) is known color: Mango Tango. HEX triplet: EA, 75 and 05. RGB value is (234,117,5). Sum of RGB (Red+Green+Blue) = 234+117+5=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7505 is #158AFA. Grayscale: #8B8B8B. Windows color (decimal): -1411835 or 357866. OLE color: 357866.

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

Color convert

RGB 234 117 5 -
CMYK 0 0.5 0.98 0.08
HSL 29.34º 0.96% 0.47% -
HSV(B) 29.34º 0.98% 0.92% -
XYZ 40.32 30.23 3.85 -
YUV 139.22 52.26 195.61 -
System Red Green Blue C M Y K H S L
Decimal 234 117 5 0 0.5 0.98 0.08 29.34 0.96 0.47
Hex EA 75 5 0 32 62 8 1D 60 2F
Octal 352 165 5 0 62 142 10 35 140 57
Binary 11101010 1110101 101 0 110010 1100010 1000 11101 1100000 101111

Color Harmonies of #EA7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7505

Black with #EA7505

Text Example


Text Example

White with #EA7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7505; }

 p { color: rgb(234,117,5); }

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

background-color css

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

 a { background-color: rgb(234,117,5); }

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

border-color css

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

 span { border-color: rgb(234,117,5); }

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