#ED5344

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

Shades of Sunset Orange #ED5344

Tints of Sunset Orange #ED5344

Color information

#ED5344 (or 0xED5344) is unknown color: approx Sunset Orange. HEX triplet: ED, 53 and 44. RGB value is (237,83,68). Sum of RGB (Red+Green+Blue) = 237+83+68=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5344 is #12ACBB. Grayscale: #7F7F7F. Windows color (decimal): -1223868 or 4477933. OLE color: 4477933.

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

Color convert

RGB2378368-
CMYK00.650.710.07
HSL5.33º82.44%59.8%-
HSV(B)5.33º71.31%92.94%-
XYZ39.0624.618.16-
YUV127.3494.52206.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 68 (26.95% from 255) = 17.53%
R=61.08%
G=21.39%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237836800.650.710.075.3382.4459.8
HexED53440414775523c
Octal35512310401011077512274
Binary11101101101001110001000100000110001111111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5344; }

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

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

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

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

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

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

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

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