Html Css Color HEX #EC5049 Sunset Orange

📋 copy color: '#EC5049'

red 236 ◦ green 80 ◦ blue 73

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

Shades of Sunset Orange #EC5049

Tints of Sunset Orange #EC5049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 60.67%
G = 20.57%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5049 (or 0xEC5049) is known color: Sunset Orange. HEX triplet: EC, 50 and 49. RGB value is (236,80,73). Sum of RGB (Red+Green+Blue) = 236+80+73=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5049 is #13AFB6. Grayscale: #7E7E7E. Windows color (decimal): -1290167 or 4804844. OLE color: 4804844.

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

Color convert

RGB 236 80 73 -
CMYK 0 0.66 0.69 0.07
HSL 2.58º 0.81% 0.61% -
HSV(B) 2.58º 0.69% 0.93% -
XYZ 38.66 24.05 8.91 -
YUV 125.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 236 80 73 0 0.66 0.69 0.07 2.58 0.81 0.61
Hex EC 50 49 0 42 45 7 3 51 3D
Octal 354 120 111 0 102 105 7 3 121 75
Binary 11101100 1010000 1001001 0 1000010 1000101 111 11 1010001 111101

Color Harmonies of #EC5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5049

Black with #EC5049

Text Example


Text Example

White with #EC5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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