Html Css Color HEX #EC5242 Sunset Orange

📋 copy color: '#EC5242'

red 236 ◦ green 82 ◦ blue 66

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

Shades of Sunset Orange #EC5242

Tints of Sunset Orange #EC5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 61.46%
G = 21.35%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5242 (or 0xEC5242) is known color: Sunset Orange. HEX triplet: EC, 52 and 42. RGB value is (236,82,66). Sum of RGB (Red+Green+Blue) = 236+82+66=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5242 is #13ADBD. Grayscale: #7E7E7E. Windows color (decimal): -1289662 or 4346604. OLE color: 4346604.

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

Color convert

RGB 236 82 66 -
CMYK 0 0.65 0.72 0.07
HSL 5.65º 0.82% 0.59% -
HSV(B) 5.65º 0.72% 0.93% -
XYZ 38.59 24.26 7.8 -
YUV 126.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 236 82 66 0 0.65 0.72 0.07 5.65 0.82 0.59
Hex EC 52 42 0 41 48 7 6 52 3B
Octal 354 122 102 0 101 110 7 6 122 73
Binary 11101100 1010010 1000010 0 1000001 1001000 111 110 1010010 111011

Color Harmonies of #EC5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5242

Black with #EC5242

Text Example


Text Example

White with #EC5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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