Html Css Color HEX #EC5245 Sunset Orange

📋 copy color: '#EC5245'

red 236 ◦ green 82 ◦ blue 69

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

Shades of Sunset Orange #EC5245

Tints of Sunset Orange #EC5245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 60.98%
G = 21.19%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC5245 (or 0xEC5245) is known color: Sunset Orange. HEX triplet: EC, 52 and 45. RGB value is (236,82,69). Sum of RGB (Red+Green+Blue) = 236+82+69=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5245 is #13ADBA. Grayscale: #7E7E7E. Windows color (decimal): -1289659 or 4543212. OLE color: 4543212.

HSL color Cylindrical-coordinate representation of color #EC5245: hue angle of 4.67º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC5245 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 69 -
CMYK 0 0.65 0.71 0.07
HSL 4.67º 0.81% 0.6% -
HSV(B) 4.67º 0.71% 0.93% -
XYZ 38.68 24.3 8.28 -
YUV 126.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 236 82 69 0 0.65 0.71 0.07 4.67 0.81 0.6
Hex EC 52 45 0 41 47 7 5 51 3C
Octal 354 122 105 0 101 107 7 5 121 74
Binary 11101100 1010010 1000101 0 1000001 1000111 111 101 1010001 111100

Color Harmonies of #EC5245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5245

Black with #EC5245

Text Example


Text Example

White with #EC5245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5245; }

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

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

background-color css

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

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

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

border-color css

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

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

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