Html Css Color HEX #ED5920 Outrageous Orange

📋 copy color: '#ED5920'

red 237 ◦ green 89 ◦ blue 32

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

Shades of Outrageous Orange #ED5920

Tints of Outrageous Orange #ED5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

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

R = 66.2%
G = 24.86%
B = 8.94%

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

#ED5920 (or 0xED5920) is known color: Outrageous Orange. HEX triplet: ED, 59 and 20. RGB value is (237,89,32). Sum of RGB (Red+Green+Blue) = 237+89+32=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5920 is #12A6DF. Grayscale: #7F7F7F. Windows color (decimal): -1222368 or 2120173. OLE color: 2120173.

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

Color convert

RGB 237 89 32 -
CMYK 0 0.62 0.86 0.07
HSL 16.68º 0.85% 0.53% -
HSV(B) 16.68º 0.86% 0.93% -
XYZ 38.76 25.25 4.2 -
YUV 126.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 237 89 32 0 0.62 0.86 0.07 16.68 0.85 0.53
Hex ED 59 20 0 3E 56 7 11 55 35
Octal 355 131 40 0 76 126 7 21 125 65
Binary 11101101 1011001 100000 0 111110 1010110 111 10001 1010101 110101

Color Harmonies of #ED5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5920

Black with #ED5920

Text Example


Text Example

White with #ED5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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