Html Css Color HEX #EC5A20 Outrageous Orange

📋 copy color: '#EC5A20'

red 236 ◦ green 90 ◦ blue 32

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

Shades of Outrageous Orange #EC5A20

Tints of Outrageous Orange #EC5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

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

R = 65.92%
G = 25.14%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5A20 (or 0xEC5A20) is known color: Outrageous Orange. HEX triplet: EC, 5A and 20. RGB value is (236,90,32). Sum of RGB (Red+Green+Blue) = 236+90+32=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A20 is #13A5DF. Grayscale: #7F7F7F. Windows color (decimal): -1287648 or 2120428. OLE color: 2120428.

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

Color convert

RGB 236 90 32 -
CMYK 0 0.62 0.86 0.07
HSL 17.06º 0.84% 0.53% -
HSV(B) 17.06º 0.86% 0.93% -
XYZ 38.51 25.25 4.21 -
YUV 127.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 236 90 32 0 0.62 0.86 0.07 17.06 0.84 0.53
Hex EC 5A 20 0 3E 56 7 11 54 35
Octal 354 132 40 0 76 126 7 21 124 65
Binary 11101100 1011010 100000 0 111110 1010110 111 10001 1010100 110101

Color Harmonies of #EC5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A20

Black with #EC5A20

Text Example


Text Example

White with #EC5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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