Html Css Color HEX #EC5340 Sunset Orange

📋 copy color: '#EC5340'

red 236 ◦ green 83 ◦ blue 64

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

Shades of Sunset Orange #EC5340

Tints of Sunset Orange #EC5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 61.62%
G = 21.67%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC5340 (or 0xEC5340) is known color: Sunset Orange. HEX triplet: EC, 53 and 40. RGB value is (236,83,64). Sum of RGB (Red+Green+Blue) = 236+83+64=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5340 is #13ACBF. Grayscale: #7E7E7E. Windows color (decimal): -1289408 or 4215788. OLE color: 4215788.

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

Color convert

RGB 236 83 64 -
CMYK 0 0.65 0.73 0.07
HSL 6.63º 0.82% 0.59% -
HSV(B) 6.63º 0.73% 0.93% -
XYZ 38.61 24.39 7.52 -
YUV 126.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 236 83 64 0 0.65 0.73 0.07 6.63 0.82 0.59
Hex EC 53 40 0 41 49 7 7 52 3B
Octal 354 123 100 0 101 111 7 7 122 73
Binary 11101100 1010011 1000000 0 1000001 1001001 111 111 1010010 111011

Color Harmonies of #EC5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5340

Black with #EC5340

Text Example


Text Example

White with #EC5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5340; }

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

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

background-color css

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

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

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

border-color css

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

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

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