Html Css Color HEX #EC5A24 Outrageous Orange

📋 copy color: '#EC5A24'

red 236 ◦ green 90 ◦ blue 36

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

Shades of Outrageous Orange #EC5A24

Tints of Outrageous Orange #EC5A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 65.19%
G = 24.86%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC5A24 (or 0xEC5A24) is known color: Outrageous Orange. HEX triplet: EC, 5A and 24. RGB value is (236,90,36). Sum of RGB (Red+Green+Blue) = 236+90+36=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A24 is #13A5DB. Grayscale: #7F7F7F. Windows color (decimal): -1287644 or 2382572. OLE color: 2382572.

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

Color convert

RGB 236 90 36 -
CMYK 0 0.62 0.85 0.07
HSL 16.2º 0.84% 0.53% -
HSV(B) 16.2º 0.85% 0.93% -
XYZ 38.57 25.27 4.51 -
YUV 127.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 236 90 36 0 0.62 0.85 0.07 16.2 0.84 0.53
Hex EC 5A 24 0 3E 55 7 10 54 35
Octal 354 132 44 0 76 125 7 20 124 65
Binary 11101100 1011010 100100 0 111110 1010101 111 10000 1010100 110101

Color Harmonies of #EC5A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A24

Black with #EC5A24

Text Example


Text Example

White with #EC5A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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