Html Css Color HEX #EC5C2F Outrageous Orange

📋 copy color: '#EC5C2F'

red 236 ◦ green 92 ◦ blue 47

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

Shades of Outrageous Orange #EC5C2F

Tints of Outrageous Orange #EC5C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 62.93%
G = 24.53%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC5C2F (or 0xEC5C2F) is known color: Outrageous Orange. HEX triplet: EC, 5C and 2F. RGB value is (236,92,47). Sum of RGB (Red+Green+Blue) = 236+92+47=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C2F is #13A3D0. Grayscale: #828282. Windows color (decimal): -1287121 or 3103980. OLE color: 3103980.

HSL color Cylindrical-coordinate representation of color #EC5C2F: hue angle of 14.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC5C2F is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 92 47 -
CMYK 0 0.61 0.80 0.07
HSL 14.29º 0.83% 0.55% -
HSV(B) 14.29º 0.8% 0.93% -
XYZ 38.93 25.69 5.6 -
YUV 129.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 236 92 47 0 0.61 0.80 0.07 14.29 0.83 0.55
Hex EC 5C 2F 0 3D 50 7 E 53 37
Octal 354 134 57 0 75 120 7 16 123 67
Binary 11101100 1011100 101111 0 111101 1010000 111 1110 1010011 110111

Color Harmonies of #EC5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C2F

Black with #EC5C2F

Text Example


Text Example

White with #EC5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C2F; }

 p { color: rgb(236,92,47); }

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

background-color css

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

 a { background-color: rgb(236,92,47); }

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

border-color css

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

 span { border-color: rgb(236,92,47); }

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