Html Css Color HEX #EA730C Mango Tango

📋 copy color: '#EA730C'

red 234 ◦ green 115 ◦ blue 12

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

Shades of Mango Tango #EA730C

Tints of Mango Tango #EA730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 64.82%
G = 31.86%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA730C (or 0xEA730C) is known color: Mango Tango. HEX triplet: EA, 73 and 0C. RGB value is (234,115,12). Sum of RGB (Red+Green+Blue) = 234+115+12=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA730C is #158CF3. Grayscale: #8B8B8B. Windows color (decimal): -1412340 or 816106. OLE color: 816106.

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

Color convert

RGB 234 115 12 -
CMYK 0 0.51 0.95 0.08
HSL 27.84º 0.9% 0.48% -
HSV(B) 27.84º 0.95% 0.92% -
XYZ 40.13 29.78 3.98 -
YUV 138.84 56.42 195.88 -
System Red Green Blue C M Y K H S L
Decimal 234 115 12 0 0.51 0.95 0.08 27.84 0.9 0.48
Hex EA 73 C 0 33 5F 8 1C 5A 30
Octal 352 163 14 0 63 137 10 34 132 60
Binary 11101010 1110011 1100 0 110011 1011111 1000 11100 1011010 110000

Color Harmonies of #EA730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA730C

Black with #EA730C

Text Example


Text Example

White with #EA730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA730C; }

 p { color: rgb(234,115,12); }

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

background-color css

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

 a { background-color: rgb(234,115,12); }

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

border-color css

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

 span { border-color: rgb(234,115,12); }

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