Html Css Color HEX #EA7A06 Mango Tango

📋 copy color: '#EA7A06'

red 234 ◦ green 122 ◦ blue 6

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

Shades of Mango Tango #EA7A06

Tints of Mango Tango #EA7A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 64.64%
G = 33.7%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA7A06 (or 0xEA7A06) is known color: Mango Tango. HEX triplet: EA, 7A and 06. RGB value is (234,122,6). Sum of RGB (Red+Green+Blue) = 234+122+6=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7A06 is #1585F9. Grayscale: #8E8E8E. Windows color (decimal): -1410554 or 424682. OLE color: 424682.

HSL color Cylindrical-coordinate representation of color #EA7A06: hue angle of 30.53º degrees, saturation: 0.95, 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 #EA7A06 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 6 -
CMYK 0 0.48 0.97 0.08
HSL 30.53º 0.95% 0.47% -
HSV(B) 30.53º 0.97% 0.92% -
XYZ 40.92 31.42 4.08 -
YUV 142.26 51.11 193.43 -
System Red Green Blue C M Y K H S L
Decimal 234 122 6 0 0.48 0.97 0.08 30.53 0.95 0.47
Hex EA 7A 6 0 30 61 8 1F 5F 2F
Octal 352 172 6 0 60 141 10 37 137 57
Binary 11101010 1111010 110 0 110000 1100001 1000 11111 1011111 101111

Color Harmonies of #EA7A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A06

Black with #EA7A06

Text Example


Text Example

White with #EA7A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A06; }

 p { color: rgb(234,122,6); }

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

background-color css

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

 a { background-color: rgb(234,122,6); }

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

border-color css

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

 span { border-color: rgb(234,122,6); }

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