Html Css Color HEX #EC5140 Sunset Orange

📋 copy color: '#EC5140'

red 236 ◦ green 81 ◦ blue 64

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

Shades of Sunset Orange #EC5140

Tints of Sunset Orange #EC5140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 61.94%
G = 21.26%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC5140 (or 0xEC5140) is known color: Sunset Orange. HEX triplet: EC, 51 and 40. RGB value is (236,81,64). Sum of RGB (Red+Green+Blue) = 236+81+64=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5140 is #13AEBF. Grayscale: #7D7D7D. Windows color (decimal): -1289920 or 4215276. OLE color: 4215276.

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

Color convert

RGB 236 81 64 -
CMYK 0 0.66 0.73 0.07
HSL 5.93º 0.82% 0.59% -
HSV(B) 5.93º 0.73% 0.93% -
XYZ 38.46 24.09 7.47 -
YUV 125.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 236 81 64 0 0.66 0.73 0.07 5.93 0.82 0.59
Hex EC 51 40 0 42 49 7 6 52 3B
Octal 354 121 100 0 102 111 7 6 122 73
Binary 11101100 1010001 1000000 0 1000010 1001001 111 110 1010010 111011

Color Harmonies of #EC5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5140

Black with #EC5140

Text Example


Text Example

White with #EC5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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