Html Css Color HEX #EC5048 Sunset Orange

📋 copy color: '#EC5048'

red 236 ◦ green 80 ◦ blue 72

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

Shades of Sunset Orange #EC5048

Tints of Sunset Orange #EC5048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 60.82%
G = 20.62%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5048 (or 0xEC5048) is known color: Sunset Orange. HEX triplet: EC, 50 and 48. RGB value is (236,80,72). Sum of RGB (Red+Green+Blue) = 236+80+72=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5048 is #13AFB7. Grayscale: #7D7D7D. Windows color (decimal): -1290168 or 4739308. OLE color: 4739308.

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

Color convert

RGB 236 80 72 -
CMYK 0 0.66 0.69 0.07
HSL 2.93º 0.81% 0.6% -
HSV(B) 2.93º 0.69% 0.93% -
XYZ 38.63 24.04 8.73 -
YUV 125.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 236 80 72 0 0.66 0.69 0.07 2.93 0.81 0.6
Hex EC 50 48 0 42 45 7 3 51 3C
Octal 354 120 110 0 102 105 7 3 121 74
Binary 11101100 1010000 1001000 0 1000010 1000101 111 11 1010001 111100

Color Harmonies of #EC5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5048

Black with #EC5048

Text Example


Text Example

White with #EC5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5048; }

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

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

background-color css

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

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

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

border-color css

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

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

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