Html Css Color HEX #EA7008 Mango Tango

📋 copy color: '#EA7008'

red 234 ◦ green 112 ◦ blue 8

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

Shades of Mango Tango #EA7008

Tints of Mango Tango #EA7008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 66.1%
G = 31.64%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA7008 (or 0xEA7008) is known color: Mango Tango. HEX triplet: EA, 70 and 08. RGB value is (234,112,8). Sum of RGB (Red+Green+Blue) = 234+112+8=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7008 is #158FF7. Grayscale: #898989. Windows color (decimal): -1413112 or 553194. OLE color: 553194.

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

Color convert

RGB 234 112 8 -
CMYK 0 0.52 0.97 0.08
HSL 27.61º 0.93% 0.47% -
HSV(B) 27.61º 0.97% 0.92% -
XYZ 39.77 29.1 3.75 -
YUV 136.62 55.42 197.46 -
System Red Green Blue C M Y K H S L
Decimal 234 112 8 0 0.52 0.97 0.08 27.61 0.93 0.47
Hex EA 70 8 0 34 61 8 1C 5D 2F
Octal 352 160 10 0 64 141 10 34 135 57
Binary 11101010 1110000 1000 0 110100 1100001 1000 11100 1011101 101111

Color Harmonies of #EA7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7008

Black with #EA7008

Text Example


Text Example

White with #EA7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7008; }

 p { color: rgb(234,112,8); }

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

background-color css

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

 a { background-color: rgb(234,112,8); }

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

border-color css

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

 span { border-color: rgb(234,112,8); }

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