#ED5347

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

Shades of Sunset Orange #ED5347

Tints of Sunset Orange #ED5347

Color information

#ED5347 (or 0xED5347) is unknown color: approx Sunset Orange. HEX triplet: ED, 53 and 47. RGB value is (237,83,71). Sum of RGB (Red+Green+Blue) = 237+83+71=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5347 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5347 is #12ACB8. Grayscale: #7F7F7F. Windows color (decimal): -1223865 or 4674541. OLE color: 4674541.

HSL color Cylindrical-coordinate representation of color #ED5347: hue angle of 4.34º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED5347 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2378371-
CMYK00.650.700.07
HSL4.34º82.18%60.39%-
HSV(B)4.34º70.04%92.94%-
XYZ39.1624.658.65-
YUV127.6896.02205.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.61%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=60.61%
G=21.23%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237837100.650.700.074.3482.1860.39
HexED53470414674523c
Octal35512310701011067412274
Binary11101101101001110001110100000110001101111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5347; }

 p { color: rgb(237,83,71); }

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

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

 a { background-color: rgb(237,83,71); }

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

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

 span { border-color: rgb(237,83,71); }

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