Html Css Color HEX #EC503F Sunset Orange

📋 copy color: '#EC503F'

red 236 ◦ green 80 ◦ blue 63

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

Shades of Sunset Orange #EC503F

Tints of Sunset Orange #EC503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.62%

R = 62.27%
G = 21.11%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC503F (or 0xEC503F) is known color: Sunset Orange. HEX triplet: EC, 50 and 3F. RGB value is (236,80,63). Sum of RGB (Red+Green+Blue) = 236+80+63=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC503F is #13AFC0. Grayscale: #7C7C7C. Windows color (decimal): -1290177 or 4149484. OLE color: 4149484.

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

Color convert

RGB 236 80 63 -
CMYK 0 0.66 0.73 0.07
HSL 5.9º 0.82% 0.59% -
HSV(B) 5.9º 0.73% 0.93% -
XYZ 38.36 23.93 7.3 -
YUV 124.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 236 80 63 0 0.66 0.73 0.07 5.9 0.82 0.59
Hex EC 50 3F 0 42 49 7 6 52 3B
Octal 354 120 77 0 102 111 7 6 122 73
Binary 11101100 1010000 111111 0 1000010 1001001 111 110 1010010 111011

Color Harmonies of #EC503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC503F

Black with #EC503F

Text Example


Text Example

White with #EC503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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