Html Css Color HEX #EC5820 Outrageous Orange

📋 copy color: '#EC5820'

red 236 ◦ green 88 ◦ blue 32

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

Shades of Outrageous Orange #EC5820

Tints of Outrageous Orange #EC5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

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

R = 66.29%
G = 24.72%
B = 8.99%

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

#EC5820 (or 0xEC5820) is known color: Outrageous Orange. HEX triplet: EC, 58 and 20. RGB value is (236,88,32). Sum of RGB (Red+Green+Blue) = 236+88+32=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5820 is #13A7DF. Grayscale: #7E7E7E. Windows color (decimal): -1288160 or 2119916. OLE color: 2119916.

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

Color convert

RGB 236 88 32 -
CMYK 0 0.63 0.86 0.07
HSL 16.47º 0.84% 0.53% -
HSV(B) 16.47º 0.86% 0.93% -
XYZ 38.34 24.92 4.16 -
YUV 125.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 236 88 32 0 0.63 0.86 0.07 16.47 0.84 0.53
Hex EC 58 20 0 3F 56 7 10 54 35
Octal 354 130 40 0 77 126 7 20 124 65
Binary 11101100 1011000 100000 0 111111 1010110 111 10000 1010100 110101

Color Harmonies of #EC5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5820

Black with #EC5820

Text Example


Text Example

White with #EC5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5820; }

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

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

background-color css

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

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

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

border-color css

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

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

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