Html Css Color HEX #EC5542 Sunset Orange

📋 copy color: '#EC5542'

red 236 ◦ green 85 ◦ blue 66

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

Shades of Sunset Orange #EC5542

Tints of Sunset Orange #EC5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 60.98%
G = 21.96%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5542 (or 0xEC5542) is known color: Sunset Orange. HEX triplet: EC, 55 and 42. RGB value is (236,85,66). Sum of RGB (Red+Green+Blue) = 236+85+66=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5542 is #13AABD. Grayscale: #808080. Windows color (decimal): -1288894 or 4347372. OLE color: 4347372.

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

Color convert

RGB 236 85 66 -
CMYK 0 0.64 0.72 0.07
HSL 6.71º 0.82% 0.59% -
HSV(B) 6.71º 0.72% 0.93% -
XYZ 38.82 24.72 7.88 -
YUV 127.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 236 85 66 0 0.64 0.72 0.07 6.71 0.82 0.59
Hex EC 55 42 0 40 48 7 7 52 3B
Octal 354 125 102 0 100 110 7 7 122 73
Binary 11101100 1010101 1000010 0 1000000 1001000 111 111 1010010 111011

Color Harmonies of #EC5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5542

Black with #EC5542

Text Example


Text Example

White with #EC5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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