Html Css Color HEX #ED730B Mango Tango

📋 copy color: '#ED730B'

red 237 ◦ green 115 ◦ blue 11

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

Shades of Mango Tango #ED730B

Tints of Mango Tango #ED730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 65.29%
G = 31.68%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED730B (or 0xED730B) is known color: Mango Tango. HEX triplet: ED, 73 and 0B. RGB value is (237,115,11). Sum of RGB (Red+Green+Blue) = 237+115+11=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED730B is #128CF4. Grayscale: #8C8C8C. Windows color (decimal): -1215733 or 750573. OLE color: 750573.

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

Color convert

RGB 237 115 11 -
CMYK 0 0.51 0.95 0.07
HSL 27.61º 0.91% 0.49% -
HSV(B) 27.61º 0.95% 0.93% -
XYZ 41.12 30.29 4 -
YUV 139.62 55.42 197.46 -
System Red Green Blue C M Y K H S L
Decimal 237 115 11 0 0.51 0.95 0.07 27.61 0.91 0.49
Hex ED 73 B 0 33 5F 7 1C 5B 31
Octal 355 163 13 0 63 137 7 34 133 61
Binary 11101101 1110011 1011 0 110011 1011111 111 11100 1011011 110001

Color Harmonies of #ED730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED730B

Black with #ED730B

Text Example


Text Example

White with #ED730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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