Html Css Color HEX #EA7201 Mango Tango

📋 copy color: '#EA7201'

red 234 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #EA7201

Tints of Mango Tango #EA7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

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

R = 67.05%
G = 32.66%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA7201 (or 0xEA7201) is known color: Mango Tango. HEX triplet: EA, 72 and 01. RGB value is (234,114,1). Sum of RGB (Red+Green+Blue) = 234+114+1=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7201 is #158DFE. Grayscale: #898989. Windows color (decimal): -1412607 or 94954. OLE color: 94954.

HSL color Cylindrical-coordinate representation of color #EA7201: hue angle of 29.1º 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 #EA7201 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 1 -
CMYK 0 0.51 1.00 0.08
HSL 29.1º 0.99% 0.46% -
HSV(B) 29.1º 1% 0.92% -
XYZ 39.95 29.53 3.62 -
YUV 137 51.26 197.19 -
System Red Green Blue C M Y K H S L
Decimal 234 114 1 0 0.51 1.00 0.08 29.1 0.99 0.46
Hex EA 72 1 0 33 64 8 1D 63 2E
Octal 352 162 1 0 63 144 10 35 143 56
Binary 11101010 1110010 1 0 110011 1100100 1000 11101 1100011 101110

Color Harmonies of #EA7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7201

Black with #EA7201

Text Example


Text Example

White with #EA7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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