#ED4D4A

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

Shades of Sunset Orange #ED4D4A

Tints of Sunset Orange #ED4D4A

Color information

#ED4D4A (or 0xED4D4A) is unknown color: approx Sunset Orange. HEX triplet: ED, 4D and 4A. RGB value is (237,77,74). Sum of RGB (Red+Green+Blue) = 237+77+74=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4D4A is #12B2B5. Grayscale: #7C7C7C. Windows color (decimal): -1225398 or 4869613. OLE color: 4869613.

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

Color convert

RGB2377774-
CMYK00.680.690.07
HSL1.1º81.91%60.98%-
HSV(B)1.1º68.78%92.94%-
XYZ38.8123.819.03-
YUV124.599.51208.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=61.08%
G=19.85%
B=19.07%

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
Decimal237777400.680.690.071.181.9160.98
HexED4D4A0444571523d
Octal35511511201041057112275
Binary111011011001101100101001000100100010111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4D4A; }

 p { color: rgb(237,77,74); }

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

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

 a { background-color: rgb(237,77,74); }

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

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

 span { border-color: rgb(237,77,74); }

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