Html Css Color HEX #EC5A2E Outrageous Orange

📋 copy color: '#EC5A2E'

red 236 ◦ green 90 ◦ blue 46

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

Shades of Outrageous Orange #EC5A2E

Tints of Outrageous Orange #EC5A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.37%

R = 63.44%
G = 24.19%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC5A2E (or 0xEC5A2E) is known color: Outrageous Orange. HEX triplet: EC, 5A and 2E. RGB value is (236,90,46). Sum of RGB (Red+Green+Blue) = 236+90+46=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A2E is #13A5D1. Grayscale: #808080. Windows color (decimal): -1287634 or 3037932. OLE color: 3037932.

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

Color convert

RGB 236 90 46 -
CMYK 0 0.62 0.81 0.07
HSL 13.89º 0.83% 0.55% -
HSV(B) 13.89º 0.81% 0.93% -
XYZ 38.74 25.34 5.43 -
YUV 128.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 236 90 46 0 0.62 0.81 0.07 13.89 0.83 0.55
Hex EC 5A 2E 0 3E 51 7 E 53 37
Octal 354 132 56 0 76 121 7 16 123 67
Binary 11101100 1011010 101110 0 111110 1010001 111 1110 1010011 110111

Color Harmonies of #EC5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A2E

Black with #EC5A2E

Text Example


Text Example

White with #EC5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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