Html Css Color HEX #EC5631 Outrageous Orange

📋 copy color: '#EC5631'

red 236 ◦ green 86 ◦ blue 49

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

Shades of Outrageous Orange #EC5631

Tints of Outrageous Orange #EC5631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 63.61%
G = 23.18%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC5631 (or 0xEC5631) is known color: Outrageous Orange. HEX triplet: EC, 56 and 31. RGB value is (236,86,49). Sum of RGB (Red+Green+Blue) = 236+86+49=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5631 is #13A9CE. Grayscale: #7E7E7E. Windows color (decimal): -1288655 or 3233516. OLE color: 3233516.

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

Color convert

RGB 236 86 49 -
CMYK 0 0.64 0.79 0.07
HSL 11.87º 0.83% 0.56% -
HSV(B) 11.87º 0.79% 0.93% -
XYZ 38.47 24.71 5.65 -
YUV 126.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 236 86 49 0 0.64 0.79 0.07 11.87 0.83 0.56
Hex EC 56 31 0 40 4F 7 C 53 38
Octal 354 126 61 0 100 117 7 14 123 70
Binary 11101100 1010110 110001 0 1000000 1001111 111 1100 1010011 111000

Color Harmonies of #EC5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5631

Black with #EC5631

Text Example


Text Example

White with #EC5631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5631; }

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

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

background-color css

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

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

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

border-color css

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

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

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