Html Css Color HEX #ED730A Mango Tango

📋 copy color: '#ED730A'

red 237 ◦ green 115 ◦ blue 10

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

Shades of Mango Tango #ED730A

Tints of Mango Tango #ED730A

RGB

 RED value IS 237 (92.97% from 255) = 65.47%

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

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 65.47%
G = 31.77%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED730A (or 0xED730A) is known color: Mango Tango. HEX triplet: ED, 73 and 0A. RGB value is (237,115,10). Sum of RGB (Red+Green+Blue) = 237+115+10=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED730A is #128CF5. Grayscale: #8C8C8C. Windows color (decimal): -1215734 or 685037. OLE color: 685037.

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

Color convert

RGB 237 115 10 -
CMYK 0 0.51 0.96 0.07
HSL 27.75º 0.92% 0.48% -
HSV(B) 27.75º 0.96% 0.93% -
XYZ 41.11 30.29 3.97 -
YUV 139.51 54.92 197.54 -
System Red Green Blue C M Y K H S L
Decimal 237 115 10 0 0.51 0.96 0.07 27.75 0.92 0.48
Hex ED 73 A 0 33 60 7 1C 5C 30
Octal 355 163 12 0 63 140 7 34 134 60
Binary 11101101 1110011 1010 0 110011 1100000 111 11100 1011100 110000

Color Harmonies of #ED730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED730A

Black with #ED730A

Text Example


Text Example

White with #ED730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED730A; }

 p { color: rgb(237,115,10); }

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

background-color css

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

 a { background-color: rgb(237,115,10); }

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

border-color css

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

 span { border-color: rgb(237,115,10); }

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