Html Css Color HEX #ED593C Outrageous Orange

📋 copy color: '#ED593C'

red 237 ◦ green 89 ◦ blue 60

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

Shades of Outrageous Orange #ED593C

Tints of Outrageous Orange #ED593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 61.4%
G = 23.06%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED593C (or 0xED593C) is known color: Outrageous Orange. HEX triplet: ED, 59 and 3C. RGB value is (237,89,60). Sum of RGB (Red+Green+Blue) = 237+89+60=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED593C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED593C is #12A6C3. Grayscale: #828282. Windows color (decimal): -1222340 or 3955181. OLE color: 3955181.

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

Color convert

RGB 237 89 60 -
CMYK 0 0.62 0.75 0.07
HSL 9.83º 0.83% 0.58% -
HSV(B) 9.83º 0.75% 0.93% -
XYZ 39.31 25.48 7.12 -
YUV 129.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 237 89 60 0 0.62 0.75 0.07 9.83 0.83 0.58
Hex ED 59 3C 0 3E 4B 7 A 53 3A
Octal 355 131 74 0 76 113 7 12 123 72
Binary 11101101 1011001 111100 0 111110 1001011 111 1010 1010011 111010

Color Harmonies of #ED593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED593C

Black with #ED593C

Text Example


Text Example

White with #ED593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED593C; }

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

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

background-color css

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

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

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

border-color css

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

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

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