Html Css Color HEX #EC5620 Outrageous Orange

📋 copy color: '#EC5620'

red 236 ◦ green 86 ◦ blue 32

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

Shades of Outrageous Orange #EC5620

Tints of Outrageous Orange #EC5620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 66.67%
G = 24.29%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5620 (or 0xEC5620) is known color: Outrageous Orange. HEX triplet: EC, 56 and 20. RGB value is (236,86,32). Sum of RGB (Red+Green+Blue) = 236+86+32=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5620 is #13A9DF. Grayscale: #7D7D7D. Windows color (decimal): -1288672 or 2119404. OLE color: 2119404.

HSL color Cylindrical-coordinate representation of color #EC5620: hue angle of 15.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC5620 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 32 -
CMYK 0 0.64 0.86 0.07
HSL 15.88º 0.84% 0.53% -
HSV(B) 15.88º 0.86% 0.93% -
XYZ 38.18 24.59 4.1 -
YUV 124.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 236 86 32 0 0.64 0.86 0.07 15.88 0.84 0.53
Hex EC 56 20 0 40 56 7 10 54 35
Octal 354 126 40 0 100 126 7 20 124 65
Binary 11101100 1010110 100000 0 1000000 1010110 111 10000 1010100 110101

Color Harmonies of #EC5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5620

Black with #EC5620

Text Example


Text Example

White with #EC5620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5620; }

 p { color: rgb(236,86,32); }

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

background-color css

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

 a { background-color: rgb(236,86,32); }

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

border-color css

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

 span { border-color: rgb(236,86,32); }

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