Html Css Color HEX #EC503E Sunset Orange

📋 copy color: '#EC503E'

red 236 ◦ green 80 ◦ blue 62

#EC503E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #EC503E

Tints of Sunset Orange #EC503E

RGB

 RED value IS 236 (92.58% from 255) = 62.43%

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 62.43%
G = 21.16%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC503E (or 0xEC503E) is known color: Sunset Orange. HEX triplet: EC, 50 and 3E. RGB value is (236,80,62). Sum of RGB (Red+Green+Blue) = 236+80+62=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC503E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC503E is #13AFC1. Grayscale: #7C7C7C. Windows color (decimal): -1290178 or 4083948. OLE color: 4083948.

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

Color convert

RGB 236 80 62 -
CMYK 0 0.66 0.74 0.07
HSL 6.21º 0.82% 0.58% -
HSV(B) 6.21º 0.74% 0.93% -
XYZ 38.33 23.92 7.15 -
YUV 124.59 92.68 207.46 -
System Red Green Blue C M Y K H S L
Decimal 236 80 62 0 0.66 0.74 0.07 6.21 0.82 0.58
Hex EC 50 3E 0 42 4A 7 6 52 3A
Octal 354 120 76 0 102 112 7 6 122 72
Binary 11101100 1010000 111110 0 1000010 1001010 111 110 1010010 111010

Color Harmonies of #EC503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC503E

Black with #EC503E

Text Example


Text Example

White with #EC503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC503E; }

 p { color: rgb(236,80,62); }

 H1.HeaderClassName
 {
   color: #EC503E;
 }
 .AnyTagClassName
 {
   color: #EC503E;
 }
</style>

background-color css

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

 a { background-color: rgb(236,80,62); }

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

border-color css

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

 span { border-color: rgb(236,80,62); }

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