Html Css Color HEX #ED700D Mango Tango

📋 copy color: '#ED700D'

red 237 ◦ green 112 ◦ blue 13

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

Shades of Mango Tango #ED700D

Tints of Mango Tango #ED700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 13 (5.47% from 255) = 3.59%

R = 65.47%
G = 30.94%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED700D (or 0xED700D) is known color: Mango Tango. HEX triplet: ED, 70 and 0D. RGB value is (237,112,13). Sum of RGB (Red+Green+Blue) = 237+112+13=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED700D is #128FF2. Grayscale: #8A8A8A. Windows color (decimal): -1216499 or 880877. OLE color: 880877.

HSL color Cylindrical-coordinate representation of color #ED700D: hue angle of 26.52º degrees, saturation: 0.9, 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 #ED700D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 112 13 -
CMYK 0 0.53 0.95 0.07
HSL 26.52º 0.9% 0.49% -
HSV(B) 26.52º 0.95% 0.93% -
XYZ 40.79 29.62 3.95 -
YUV 138.09 57.41 198.55 -
System Red Green Blue C M Y K H S L
Decimal 237 112 13 0 0.53 0.95 0.07 26.52 0.9 0.49
Hex ED 70 D 0 35 5F 7 1B 5A 31
Octal 355 160 15 0 65 137 7 33 132 61
Binary 11101101 1110000 1101 0 110101 1011111 111 11011 1011010 110001

Color Harmonies of #ED700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED700D

Black with #ED700D

Text Example


Text Example

White with #ED700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED700D; }

 p { color: rgb(237,112,13); }

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

background-color css

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

 a { background-color: rgb(237,112,13); }

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

border-color css

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

 span { border-color: rgb(237,112,13); }

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