Html Css Color HEX #EC5045 Sunset Orange

📋 copy color: '#EC5045'

red 236 ◦ green 80 ◦ blue 69

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

Shades of Sunset Orange #EC5045

Tints of Sunset Orange #EC5045

RGB

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

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

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

R = 61.3%
G = 20.78%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC5045 (or 0xEC5045) is known color: Sunset Orange. HEX triplet: EC, 50 and 45. RGB value is (236,80,69). Sum of RGB (Red+Green+Blue) = 236+80+69=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5045 is #13AFBA. Grayscale: #7D7D7D. Windows color (decimal): -1290171 or 4542700. OLE color: 4542700.

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

Color convert

RGB 236 80 69 -
CMYK 0 0.66 0.71 0.07
HSL 3.95º 0.81% 0.6% -
HSV(B) 3.95º 0.71% 0.93% -
XYZ 38.53 24 8.23 -
YUV 125.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 236 80 69 0 0.66 0.71 0.07 3.95 0.81 0.6
Hex EC 50 45 0 42 47 7 4 51 3C
Octal 354 120 105 0 102 107 7 4 121 74
Binary 11101100 1010000 1000101 0 1000010 1000111 111 100 1010001 111100

Color Harmonies of #EC5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5045

Black with #EC5045

Text Example


Text Example

White with #EC5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5045; }

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

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

background-color css

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

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

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

border-color css

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

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

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