#EC523F

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

Shades of Sunset Orange #EC523F

Tints of Sunset Orange #EC523F

Color information

#EC523F (or 0xEC523F) is unknown color: approx Sunset Orange. HEX triplet: EC, 52 and 3F. RGB value is (236,82,63). Sum of RGB (Red+Green+Blue) = 236+82+63=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523F is #13ADC0. Grayscale: #7E7E7E. Windows color (decimal): -1289665 or 4149996. OLE color: 4149996.

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

Color convert

RGB2368263-
CMYK00.650.730.07
HSL6.59º81.99%58.63%-
HSV(B)6.59º73.31%92.55%-
XYZ38.5124.237.35-
YUV125.8892.52206.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 63 (25% from 255) = 16.54%
R=61.94%
G=21.52%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236826300.650.730.076.5981.9958.63
HexEC523F0414977523b
Octal3541227701011117712273
Binary1110110010100101111110100000110010011111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC523F; }

 p { color: rgb(236,82,63); }

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

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

 a { background-color: rgb(236,82,63); }

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

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

 span { border-color: rgb(236,82,63); }

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