Html Css Color HEX #EC5041 Sunset Orange

📋 copy color: '#EC5041'

red 236 ◦ green 80 ◦ blue 65

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

Shades of Sunset Orange #EC5041

Tints of Sunset Orange #EC5041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 61.94%
G = 21%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5041 (or 0xEC5041) is known color: Sunset Orange. HEX triplet: EC, 50 and 41. RGB value is (236,80,65). Sum of RGB (Red+Green+Blue) = 236+80+65=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5041 is #13AFBE. Grayscale: #7D7D7D. Windows color (decimal): -1290175 or 4280556. OLE color: 4280556.

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

Color convert

RGB 236 80 65 -
CMYK 0 0.66 0.72 0.07
HSL 5.26º 0.82% 0.59% -
HSV(B) 5.26º 0.72% 0.93% -
XYZ 38.41 23.95 7.6 -
YUV 124.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 236 80 65 0 0.66 0.72 0.07 5.26 0.82 0.59
Hex EC 50 41 0 42 48 7 5 52 3B
Octal 354 120 101 0 102 110 7 5 122 73
Binary 11101100 1010000 1000001 0 1000010 1001000 111 101 1010010 111011

Color Harmonies of #EC5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5041

Black with #EC5041

Text Example


Text Example

White with #EC5041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5041; }

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

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

background-color css

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

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

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

border-color css

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

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

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