Html Css Color HEX #EC5A2A Outrageous Orange

📋 copy color: '#EC5A2A'

red 236 ◦ green 90 ◦ blue 42

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

Shades of Outrageous Orange #EC5A2A

Tints of Outrageous Orange #EC5A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 64.13%
G = 24.46%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC5A2A (or 0xEC5A2A) is known color: Outrageous Orange. HEX triplet: EC, 5A and 2A. RGB value is (236,90,42). Sum of RGB (Red+Green+Blue) = 236+90+42=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A2A is #13A5D5. Grayscale: #808080. Windows color (decimal): -1287638 or 2775788. OLE color: 2775788.

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

Color convert

RGB 236 90 42 -
CMYK 0 0.62 0.82 0.07
HSL 14.85º 0.84% 0.55% -
HSV(B) 14.85º 0.82% 0.93% -
XYZ 38.67 25.31 5.04 -
YUV 128.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 236 90 42 0 0.62 0.82 0.07 14.85 0.84 0.55
Hex EC 5A 2A 0 3E 52 7 F 54 37
Octal 354 132 52 0 76 122 7 17 124 67
Binary 11101100 1011010 101010 0 111110 1010010 111 1111 1010100 110111

Color Harmonies of #EC5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A2A

Black with #EC5A2A

Text Example


Text Example

White with #EC5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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