#ed670b

Color #ED670B Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #ED670B

Tints of Mango Tango #ED670B

Color information

#ED670B (or 0xED670B) is unknown color: approx Mango Tango. HEX triplet: ED, 67 and 0B. RGB value is (237,103,11). Sum of RGB (Red+Green+Blue) = 237+103+11=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED670B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED670B is #1298F4. Grayscale: #858585. Windows color (decimal): -1218805 or 747501. OLE color: 747501.

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

Color convert

RGB23710311-
CMYK00.570.950.07
HSL24.42º91.13%48.63%-
HSV(B)24.42º95.36%92.94%-
XYZ39.8427.733.57-
YUV132.5859.39202.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.52%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 11 (4.69% from 255) = 3.13%
R=67.52%
G=29.34%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371031100.570.950.0724.4291.1348.63
HexED67B0395F7185b31
Octal3551471307113773013361
Binary111011011100111101101110011011111111110001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed670b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed670b; }

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

 H1.HeaderClassName
 {
   color: #ed670b;
 }
 .AnyTagClassName
 {
   color: #ed670b;
 }
</style>
background-color css

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

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

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

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

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

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