Html Css Color HEX #EC5240 Sunset Orange

📋 copy color: '#EC5240'

red 236 ◦ green 82 ◦ blue 64

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

Shades of Sunset Orange #EC5240

Tints of Sunset Orange #EC5240

RGB

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

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

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

R = 61.78%
G = 21.47%
B = 16.75%

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

#EC5240 (or 0xEC5240) is known color: Sunset Orange. HEX triplet: EC, 52 and 40. RGB value is (236,82,64). Sum of RGB (Red+Green+Blue) = 236+82+64=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5240 is #13ADBF. Grayscale: #7E7E7E. Windows color (decimal): -1289664 or 4215532. OLE color: 4215532.

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

Color convert

RGB 236 82 64 -
CMYK 0 0.65 0.73 0.07
HSL 6.28º 0.82% 0.59% -
HSV(B) 6.28º 0.73% 0.93% -
XYZ 38.53 24.24 7.5 -
YUV 125.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 236 82 64 0 0.65 0.73 0.07 6.28 0.82 0.59
Hex EC 52 40 0 41 49 7 6 52 3B
Octal 354 122 100 0 101 111 7 6 122 73
Binary 11101100 1010010 1000000 0 1000001 1001001 111 110 1010010 111011

Color Harmonies of #EC5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5240

Black with #EC5240

Text Example


Text Example

White with #EC5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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