Html Css Color HEX #EC503D Sunset Orange

📋 copy color: '#EC503D'

red 236 ◦ green 80 ◦ blue 61

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

Shades of Sunset Orange #EC503D

Tints of Sunset Orange #EC503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 62.6%
G = 21.22%
B = 16.18%

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

#EC503D (or 0xEC503D) is known color: Sunset Orange. HEX triplet: EC, 50 and 3D. RGB value is (236,80,61). Sum of RGB (Red+Green+Blue) = 236+80+61=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC503D is #13AFC2. Grayscale: #7C7C7C. Windows color (decimal): -1290179 or 4018412. OLE color: 4018412.

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

Color convert

RGB 236 80 61 -
CMYK 0 0.66 0.74 0.07
HSL 6.51º 0.82% 0.58% -
HSV(B) 6.51º 0.74% 0.93% -
XYZ 38.3 23.91 7.01 -
YUV 124.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 236 80 61 0 0.66 0.74 0.07 6.51 0.82 0.58
Hex EC 50 3D 0 42 4A 7 7 52 3A
Octal 354 120 75 0 102 112 7 7 122 72
Binary 11101100 1010000 111101 0 1000010 1001010 111 111 1010010 111010

Color Harmonies of #EC503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC503D

Black with #EC503D

Text Example


Text Example

White with #EC503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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