#ED4B49

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

Shades of Sunset Orange #ED4B49

Tints of Sunset Orange #ED4B49

Color information

#ED4B49 (or 0xED4B49) is unknown color: approx Sunset Orange. HEX triplet: ED, 4B and 49. RGB value is (237,75,73). Sum of RGB (Red+Green+Blue) = 237+75+73=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4B49 is #12B4B6. Grayscale: #7B7B7B. Windows color (decimal): -1225911 or 4803565. OLE color: 4803565.

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

Color convert

RGB2377573-
CMYK00.680.690.07
HSL0.73º82%60.78%-
HSV(B)0.73º69.2%92.94%-
XYZ38.6423.528.81-
YUV123.2199.67209.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=61.56%
G=19.48%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237757300.680.690.070.738260.78
HexED4B490444571523d
Octal35511311101041057112275
Binary111011011001011100100101000100100010111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4B49; }

 p { color: rgb(237,75,73); }

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

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

 a { background-color: rgb(237,75,73); }

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

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

 span { border-color: rgb(237,75,73); }

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