Html Css Color HEX #EC5720 Outrageous Orange

📋 copy color: '#EC5720'

red 236 ◦ green 87 ◦ blue 32

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

Shades of Outrageous Orange #EC5720

Tints of Outrageous Orange #EC5720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

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

R = 66.48%
G = 24.51%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5720 (or 0xEC5720) is known color: Outrageous Orange. HEX triplet: EC, 57 and 20. RGB value is (236,87,32). Sum of RGB (Red+Green+Blue) = 236+87+32=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5720 is #13A8DF. Grayscale: #7D7D7D. Windows color (decimal): -1288416 or 2119660. OLE color: 2119660.

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

Color convert

RGB 236 87 32 -
CMYK 0 0.63 0.86 0.07
HSL 16.18º 0.84% 0.53% -
HSV(B) 16.18º 0.86% 0.93% -
XYZ 38.26 24.75 4.13 -
YUV 125.28 75.36 206.97 -
System Red Green Blue C M Y K H S L
Decimal 236 87 32 0 0.63 0.86 0.07 16.18 0.84 0.53
Hex EC 57 20 0 3F 56 7 10 54 35
Octal 354 127 40 0 77 126 7 20 124 65
Binary 11101100 1010111 100000 0 111111 1010110 111 10000 1010100 110101

Color Harmonies of #EC5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5720

Black with #EC5720

Text Example


Text Example

White with #EC5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5720; }

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

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

background-color css

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

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

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

border-color css

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

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

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