Html Css Color HEX #EA7A00 Mango Tango

📋 copy color: '#EA7A00'

red 234 ◦ green 122 ◦ blue 0

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

Shades of Mango Tango #EA7A00

Tints of Mango Tango #EA7A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.73%
G = 34.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA7A00 (or 0xEA7A00) is known color: Mango Tango. HEX triplet: EA, 7A and 00. RGB value is (234,122,0). Sum of RGB (Red+Green+Blue) = 234+122+0=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7A00 is #1585FF. Grayscale: #8E8E8E. Windows color (decimal): -1410560 or 31466. OLE color: 31466.

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

Color convert

RGB 234 122 0 -
CMYK 0 0.48 1 0.08
HSL 31.28º 1% 0.46% -
HSV(B) 31.28º 1% 0.92% -
XYZ 40.89 31.41 3.91 -
YUV 141.58 48.11 193.92 -
System Red Green Blue C M Y K H S L
Decimal 234 122 0 0 0.48 1 0.08 31.28 1 0.46
Hex EA 7A 0 0 30 64 8 1F 64 2E
Octal 352 172 0 0 60 144 10 37 144 56
Binary 11101010 1111010 0 0 110000 1100100 1000 11111 1100100 101110

Color Harmonies of #EA7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A00

Black with #EA7A00

Text Example


Text Example

White with #EA7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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