Html Css Color HEX #ED5C20 Outrageous Orange

📋 copy color: '#ED5C20'

red 237 ◦ green 92 ◦ blue 32

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

Shades of Outrageous Orange #ED5C20

Tints of Outrageous Orange #ED5C20

RGB

 RED value IS 237 (92.97% from 255) = 65.65%

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

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 65.65%
G = 25.48%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED5C20 (or 0xED5C20) is known color: Outrageous Orange. HEX triplet: ED, 5C and 20. RGB value is (237,92,32). Sum of RGB (Red+Green+Blue) = 237+92+32=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5C20 is #12A3DF. Grayscale: #808080. Windows color (decimal): -1221600 or 2120941. OLE color: 2120941.

HSL color Cylindrical-coordinate representation of color #ED5C20: hue angle of 17.56º degrees, saturation: 0.85, 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 #ED5C20 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 92 32 -
CMYK 0 0.61 0.86 0.07
HSL 17.56º 0.85% 0.53% -
HSV(B) 17.56º 0.86% 0.93% -
XYZ 39.01 25.76 4.28 -
YUV 128.52 73.54 205.38 -
System Red Green Blue C M Y K H S L
Decimal 237 92 32 0 0.61 0.86 0.07 17.56 0.85 0.53
Hex ED 5C 20 0 3D 56 7 12 55 35
Octal 355 134 40 0 75 126 7 22 125 65
Binary 11101101 1011100 100000 0 111101 1010110 111 10010 1010101 110101

Color Harmonies of #ED5C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5C20

Black with #ED5C20

Text Example


Text Example

White with #ED5C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5C20; }

 p { color: rgb(237,92,32); }

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

background-color css

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

 a { background-color: rgb(237,92,32); }

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

border-color css

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

 span { border-color: rgb(237,92,32); }

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