Html Css Color HEX #EC5040 Sunset Orange

📋 copy color: '#EC5040'

red 236 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #EC5040

Tints of Sunset Orange #EC5040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 62.11%
G = 21.05%
B = 16.84%

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

#EC5040 (or 0xEC5040) is known color: Sunset Orange. HEX triplet: EC, 50 and 40. RGB value is (236,80,64). Sum of RGB (Red+Green+Blue) = 236+80+64=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5040 is #13AFBF. Grayscale: #7D7D7D. Windows color (decimal): -1290176 or 4215020. OLE color: 4215020.

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

Color convert

RGB 236 80 64 -
CMYK 0 0.66 0.73 0.07
HSL 5.58º 0.82% 0.59% -
HSV(B) 5.58º 0.73% 0.93% -
XYZ 38.39 23.94 7.45 -
YUV 124.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 236 80 64 0 0.66 0.73 0.07 5.58 0.82 0.59
Hex EC 50 40 0 42 49 7 6 52 3B
Octal 354 120 100 0 102 111 7 6 122 73
Binary 11101100 1010000 1000000 0 1000010 1001001 111 110 1010010 111011

Color Harmonies of #EC5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5040

Black with #EC5040

Text Example


Text Example

White with #EC5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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