#ED4C4A

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

Shades of Sunset Orange #ED4C4A

Tints of Sunset Orange #ED4C4A

Color information

#ED4C4A (or 0xED4C4A) is unknown color: approx Sunset Orange. HEX triplet: ED, 4C and 4A. RGB value is (237,76,74). Sum of RGB (Red+Green+Blue) = 237+76+74=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C4A is #12B3B5. Grayscale: #7C7C7C. Windows color (decimal): -1225654 or 4869357. OLE color: 4869357.

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

Color convert

RGB2377674-
CMYK00.680.690.07
HSL0.74º81.91%60.98%-
HSV(B)0.74º68.78%92.94%-
XYZ38.7523.679-
YUV123.9199.84208.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.24%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=61.24%
G=19.64%
B=19.12%

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
Decimal237767400.680.690.070.7481.9160.98
HexED4C4A0444571523d
Octal35511411201041057112275
Binary111011011001100100101001000100100010111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4C4A; }

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

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

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

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

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

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

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

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