Html Css Color HEX #ED670D Mango Tango

📋 copy color: '#ED670D'

red 237 ◦ green 103 ◦ blue 13

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

Shades of Mango Tango #ED670D

Tints of Mango Tango #ED670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 67.14%
G = 29.18%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED670D (or 0xED670D) is known color: Mango Tango. HEX triplet: ED, 67 and 0D. RGB value is (237,103,13). Sum of RGB (Red+Green+Blue) = 237+103+13=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED670D is #1298F2. Grayscale: #858585. Windows color (decimal): -1218803 or 878573. OLE color: 878573.

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

Color convert

RGB 237 103 13 -
CMYK 0 0.57 0.95 0.07
HSL 24.11º 0.9% 0.49% -
HSV(B) 24.11º 0.95% 0.93% -
XYZ 39.85 27.73 3.63 -
YUV 132.81 60.39 202.32 -
System Red Green Blue C M Y K H S L
Decimal 237 103 13 0 0.57 0.95 0.07 24.11 0.9 0.49
Hex ED 67 D 0 39 5F 7 18 5A 31
Octal 355 147 15 0 71 137 7 30 132 61
Binary 11101101 1100111 1101 0 111001 1011111 111 11000 1011010 110001

Color Harmonies of #ED670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED670D

Black with #ED670D

Text Example


Text Example

White with #ED670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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