#EC5642

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

Shades of Sunset Orange #EC5642

Tints of Sunset Orange #EC5642

Color information

#EC5642 (or 0xEC5642) is unknown color: approx Sunset Orange. HEX triplet: EC, 56 and 42. RGB value is (236,86,66). Sum of RGB (Red+Green+Blue) = 236+86+66=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5642 is #13A9BD. Grayscale: #808080. Windows color (decimal): -1288638 or 4347628. OLE color: 4347628.

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

Color convert

RGB2368666-
CMYK00.640.720.07
HSL7.06º81.73%59.22%-
HSV(B)7.06º72.03%92.55%-
XYZ38.924.887.91-
YUV128.5792.7204.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.82%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=60.82%
G=22.16%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236866600.640.720.077.0681.7359.22
HexEC56420404877523b
Octal35412610201001107712273
Binary11101100101011010000100100000010010001111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5642; }

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

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

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

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

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

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

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

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