Html Css Color HEX #EA7C01 Mango Tango

📋 copy color: '#EA7C01'

red 234 ◦ green 124 ◦ blue 1

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

Shades of Mango Tango #EA7C01

Tints of Mango Tango #EA7C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 65.18%
G = 34.54%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA7C01 (or 0xEA7C01) is known color: Mango Tango. HEX triplet: EA, 7C and 01. RGB value is (234,124,1). Sum of RGB (Red+Green+Blue) = 234+124+1=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7C01 is #1583FE. Grayscale: #8F8F8F. Windows color (decimal): -1410047 or 97514. OLE color: 97514.

HSL color Cylindrical-coordinate representation of color #EA7C01: hue angle of 31.67º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA7C01 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 124 1 -
CMYK 0 0.47 1.00 0.08
HSL 31.67º 0.99% 0.46% -
HSV(B) 31.67º 1% 0.92% -
XYZ 41.14 31.91 4.02 -
YUV 142.87 47.94 193 -
System Red Green Blue C M Y K H S L
Decimal 234 124 1 0 0.47 1.00 0.08 31.67 0.99 0.46
Hex EA 7C 1 0 2F 64 8 20 63 2E
Octal 352 174 1 0 57 144 10 40 143 56
Binary 11101010 1111100 1 0 101111 1100100 1000 100000 1100011 101110

Color Harmonies of #EA7C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C01

Black with #EA7C01

Text Example


Text Example

White with #EA7C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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