Html Css Color HEX #EC5042 Sunset Orange

📋 copy color: '#EC5042'

red 236 ◦ green 80 ◦ blue 66

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

Shades of Sunset Orange #EC5042

Tints of Sunset Orange #EC5042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 61.78%
G = 20.94%
B = 17.28%

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

#EC5042 (or 0xEC5042) is known color: Sunset Orange. HEX triplet: EC, 50 and 42. RGB value is (236,80,66). Sum of RGB (Red+Green+Blue) = 236+80+66=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5042 is #13AFBD. Grayscale: #7D7D7D. Windows color (decimal): -1290174 or 4346092. OLE color: 4346092.

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

Color convert

RGB 236 80 66 -
CMYK 0 0.66 0.72 0.07
HSL 4.94º 0.82% 0.59% -
HSV(B) 4.94º 0.72% 0.93% -
XYZ 38.44 23.96 7.75 -
YUV 125.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 236 80 66 0 0.66 0.72 0.07 4.94 0.82 0.59
Hex EC 50 42 0 42 48 7 5 52 3B
Octal 354 120 102 0 102 110 7 5 122 73
Binary 11101100 1010000 1000010 0 1000010 1001000 111 101 1010010 111011

Color Harmonies of #EC5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5042

Black with #EC5042

Text Example


Text Example

White with #EC5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5042; }

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

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

background-color css

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

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

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

border-color css

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

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

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