#ED4846

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

Shades of Sunset Orange #ED4846

Tints of Sunset Orange #ED4846

Color information

#ED4846 (or 0xED4846) is unknown color: approx Sunset Orange. HEX triplet: ED, 48 and 46. RGB value is (237,72,70). Sum of RGB (Red+Green+Blue) = 237+72+70=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4846 is #12B7B9. Grayscale: #797979. Windows color (decimal): -1226682 or 4606189. OLE color: 4606189.

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

Color convert

RGB2377270-
CMYK00.700.700.07
HSL0.72º82.27%60.2%-
HSV(B)0.72º70.46%92.94%-
XYZ38.3523.088.23-
YUV121.1199.16210.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.53%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=62.53%
G=19.00%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237727000.700.700.070.7282.2760.2
HexED48460464671523c
Octal35511010601061067112274
Binary111011011001000100011001000110100011011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4846; }

 p { color: rgb(237,72,70); }

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

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

 a { background-color: rgb(237,72,70); }

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

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

 span { border-color: rgb(237,72,70); }

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