Html Css Color HEX #ED670F Mango Tango

📋 copy color: '#ED670F'

red 237 ◦ green 103 ◦ blue 15

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

Shades of Mango Tango #ED670F

Tints of Mango Tango #ED670F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 66.76%
G = 29.01%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED670F (or 0xED670F) is known color: Mango Tango. HEX triplet: ED, 67 and 0F. RGB value is (237,103,15). Sum of RGB (Red+Green+Blue) = 237+103+15=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED670F is #1298F0. Grayscale: #858585. Windows color (decimal): -1218801 or 1009645. OLE color: 1009645.

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

Color convert

RGB 237 103 15 -
CMYK 0 0.57 0.94 0.07
HSL 23.78º 0.88% 0.49% -
HSV(B) 23.78º 0.94% 0.93% -
XYZ 39.86 27.74 3.71 -
YUV 133.03 61.39 202.16 -
System Red Green Blue C M Y K H S L
Decimal 237 103 15 0 0.57 0.94 0.07 23.78 0.88 0.49
Hex ED 67 F 0 39 5E 7 18 58 31
Octal 355 147 17 0 71 136 7 30 130 61
Binary 11101101 1100111 1111 0 111001 1011110 111 11000 1011000 110001

Color Harmonies of #ED670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED670F

Black with #ED670F

Text Example


Text Example

White with #ED670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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