Html Css Color HEX #EC5348 Sunset Orange

📋 copy color: '#EC5348'

red 236 ◦ green 83 ◦ blue 72

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

Shades of Sunset Orange #EC5348

Tints of Sunset Orange #EC5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 60.36%
G = 21.23%
B = 18.41%

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

#EC5348 (or 0xEC5348) is known color: Sunset Orange. HEX triplet: EC, 53 and 48. RGB value is (236,83,72). Sum of RGB (Red+Green+Blue) = 236+83+72=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5348 is #13ACB7. Grayscale: #7F7F7F. Windows color (decimal): -1289400 or 4740076. OLE color: 4740076.

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

Color convert

RGB 236 83 72 -
CMYK 0 0.65 0.69 0.07
HSL 4.02º 0.81% 0.6% -
HSV(B) 4.02º 0.69% 0.93% -
XYZ 38.86 24.49 8.81 -
YUV 127.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 236 83 72 0 0.65 0.69 0.07 4.02 0.81 0.6
Hex EC 53 48 0 41 45 7 4 51 3C
Octal 354 123 110 0 101 105 7 4 121 74
Binary 11101100 1010011 1001000 0 1000001 1000101 111 100 1010001 111100

Color Harmonies of #EC5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5348

Black with #EC5348

Text Example


Text Example

White with #EC5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5348; }

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

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

background-color css

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

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

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

border-color css

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

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

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