Html Css Color HEX #EC5A22 Outrageous Orange

📋 copy color: '#EC5A22'

red 236 ◦ green 90 ◦ blue 34

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

Shades of Outrageous Orange #EC5A22

Tints of Outrageous Orange #EC5A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.44%

R = 65.56%
G = 25%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5A22 (or 0xEC5A22) is known color: Outrageous Orange. HEX triplet: EC, 5A and 22. RGB value is (236,90,34). Sum of RGB (Red+Green+Blue) = 236+90+34=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A22 is #13A5DD. Grayscale: #7F7F7F. Windows color (decimal): -1287646 or 2251500. OLE color: 2251500.

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

Color convert

RGB 236 90 34 -
CMYK 0 0.62 0.86 0.07
HSL 16.63º 0.84% 0.53% -
HSV(B) 16.63º 0.86% 0.93% -
XYZ 38.54 25.26 4.36 -
YUV 127.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 236 90 34 0 0.62 0.86 0.07 16.63 0.84 0.53
Hex EC 5A 22 0 3E 56 7 11 54 35
Octal 354 132 42 0 76 126 7 21 124 65
Binary 11101100 1011010 100010 0 111110 1010110 111 10001 1010100 110101

Color Harmonies of #EC5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A22

Black with #EC5A22

Text Example


Text Example

White with #EC5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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