#EC4D42

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

Shades of Sunset Orange #EC4D42

Tints of Sunset Orange #EC4D42

Color information

#EC4D42 (or 0xEC4D42) is unknown color: approx Sunset Orange. HEX triplet: EC, 4D and 42. RGB value is (236,77,66). Sum of RGB (Red+Green+Blue) = 236+77+66=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D42 is #13B2BD. Grayscale: #7B7B7B. Windows color (decimal): -1290942 or 4345324. OLE color: 4345324.

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

Color convert

RGB2367766-
CMYK00.670.720.07
HSL3.88º81.73%59.22%-
HSV(B)3.88º72.03%92.55%-
XYZ38.2323.537.68-
YUV123.2995.68208.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=62.27%
G=20.32%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236776600.670.720.073.8881.7359.22
HexEC4D420434874523b
Octal35411510201031107412273
Binary11101100100110110000100100001110010001111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4D42; }

 p { color: rgb(236,77,66); }

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

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

 a { background-color: rgb(236,77,66); }

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

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

 span { border-color: rgb(236,77,66); }

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