Html Css Color HEX #EC5248 Sunset Orange

📋 copy color: '#EC5248'

red 236 ◦ green 82 ◦ blue 72

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

Shades of Sunset Orange #EC5248

Tints of Sunset Orange #EC5248

RGB

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

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

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

R = 60.51%
G = 21.03%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5248 (or 0xEC5248) is known color: Sunset Orange. HEX triplet: EC, 52 and 48. RGB value is (236,82,72). Sum of RGB (Red+Green+Blue) = 236+82+72=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5248 is #13ADB7. Grayscale: #7F7F7F. Windows color (decimal): -1289656 or 4739820. OLE color: 4739820.

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

Color convert

RGB 236 82 72 -
CMYK 0 0.65 0.69 0.07
HSL 3.66º 0.81% 0.6% -
HSV(B) 3.66º 0.69% 0.93% -
XYZ 38.78 24.34 8.78 -
YUV 126.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 236 82 72 0 0.65 0.69 0.07 3.66 0.81 0.6
Hex EC 52 48 0 41 45 7 4 51 3C
Octal 354 122 110 0 101 105 7 4 121 74
Binary 11101100 1010010 1001000 0 1000001 1000101 111 100 1010001 111100

Color Harmonies of #EC5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5248

Black with #EC5248

Text Example


Text Example

White with #EC5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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