Html Css Color HEX #EA700F Mango Tango

📋 copy color: '#EA700F'

red 234 ◦ green 112 ◦ blue 15

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

Shades of Mango Tango #EA700F

Tints of Mango Tango #EA700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 64.82%
G = 31.02%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA700F (or 0xEA700F) is known color: Mango Tango. HEX triplet: EA, 70 and 0F. RGB value is (234,112,15). Sum of RGB (Red+Green+Blue) = 234+112+15=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA700F is #158FF0. Grayscale: #898989. Windows color (decimal): -1413105 or 1011946. OLE color: 1011946.

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

Color convert

RGB 234 112 15 -
CMYK 0 0.52 0.94 0.08
HSL 26.58º 0.88% 0.49% -
HSV(B) 26.58º 0.94% 0.92% -
XYZ 39.81 29.12 3.97 -
YUV 137.42 58.92 196.89 -
System Red Green Blue C M Y K H S L
Decimal 234 112 15 0 0.52 0.94 0.08 26.58 0.88 0.49
Hex EA 70 F 0 34 5E 8 1B 58 31
Octal 352 160 17 0 64 136 10 33 130 61
Binary 11101010 1110000 1111 0 110100 1011110 1000 11011 1011000 110001

Color Harmonies of #EA700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA700F

Black with #EA700F

Text Example


Text Example

White with #EA700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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