#ED5040

Color #ED5040 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #ED5040

Tints of Sunset Orange #ED5040

Color information

#ED5040 (or 0xED5040) is unknown color: approx Sunset Orange. HEX triplet: ED, 50 and 40. RGB value is (237,80,64). Sum of RGB (Red+Green+Blue) = 237+80+64=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5040 is #12AFBF. Grayscale: #7D7D7D. Windows color (decimal): -1224640 or 4215021. OLE color: 4215021.

HSL color Cylindrical-coordinate representation of color #ED5040: hue angle of 5.55º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED5040 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2378064-
CMYK00.660.730.07
HSL5.55º82.78%59.02%-
HSV(B)5.55º73%92.94%-
XYZ38.7224.117.46-
YUV125.1293.51207.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.20%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=62.20%
G=21.00%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237806400.660.730.075.5582.7859.02
HexED50400424976533b
Octal35512010001021117612373
Binary11101101101000010000000100001010010011111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5040; }

 p { color: rgb(237,80,64); }

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

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

 a { background-color: rgb(237,80,64); }

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

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

 span { border-color: rgb(237,80,64); }

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