Html Css Color HEX #EC5A31 Outrageous Orange

📋 copy color: '#EC5A31'

red 236 ◦ green 90 ◦ blue 49

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

Shades of Outrageous Orange #EC5A31

Tints of Outrageous Orange #EC5A31

RGB

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

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

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

R = 62.93%
G = 24%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC5A31 (or 0xEC5A31) is known color: Outrageous Orange. HEX triplet: EC, 5A and 31. RGB value is (236,90,49). Sum of RGB (Red+Green+Blue) = 236+90+49=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A31 is #13A5CE. Grayscale: #818181. Windows color (decimal): -1287631 or 3234540. OLE color: 3234540.

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

Color convert

RGB 236 90 49 -
CMYK 0 0.62 0.79 0.07
HSL 13.16º 0.83% 0.56% -
HSV(B) 13.16º 0.79% 0.93% -
XYZ 38.8 25.37 5.76 -
YUV 128.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 236 90 49 0 0.62 0.79 0.07 13.16 0.83 0.56
Hex EC 5A 31 0 3E 4F 7 D 53 38
Octal 354 132 61 0 76 117 7 15 123 70
Binary 11101100 1011010 110001 0 111110 1001111 111 1101 1010011 111000

Color Harmonies of #EC5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A31

Black with #EC5A31

Text Example


Text Example

White with #EC5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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