Html Css Color HEX #EC5E31 Outrageous Orange

📋 copy color: '#EC5E31'

red 236 ◦ green 94 ◦ blue 49

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

Shades of Outrageous Orange #EC5E31

Tints of Outrageous Orange #EC5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

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

R = 62.27%
G = 24.8%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC5E31 (or 0xEC5E31) is known color: Outrageous Orange. HEX triplet: EC, 5E and 31. RGB value is (236,94,49). Sum of RGB (Red+Green+Blue) = 236+94+49=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E31 is #13A1CE. Grayscale: #838383. Windows color (decimal): -1286607 or 3235564. OLE color: 3235564.

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

Color convert

RGB 236 94 49 -
CMYK 0 0.60 0.79 0.07
HSL 14.44º 0.83% 0.56% -
HSV(B) 14.44º 0.79% 0.93% -
XYZ 39.15 26.06 5.87 -
YUV 131.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 236 94 49 0 0.60 0.79 0.07 14.44 0.83 0.56
Hex EC 5E 31 0 3C 4F 7 E 53 38
Octal 354 136 61 0 74 117 7 16 123 70
Binary 11101100 1011110 110001 0 111100 1001111 111 1110 1010011 111000

Color Harmonies of #EC5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E31

Black with #EC5E31

Text Example


Text Example

White with #EC5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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