Html Css Color HEX #ED593A Outrageous Orange

📋 copy color: '#ED593A'

red 237 ◦ green 89 ◦ blue 58

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

Shades of Outrageous Orange #ED593A

Tints of Outrageous Orange #ED593A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 61.72%
G = 23.18%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED593A (or 0xED593A) is known color: Outrageous Orange. HEX triplet: ED, 59 and 3A. RGB value is (237,89,58). Sum of RGB (Red+Green+Blue) = 237+89+58=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED593A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED593A is #12A6C5. Grayscale: #818181. Windows color (decimal): -1222342 or 3824109. OLE color: 3824109.

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

Color convert

RGB 237 89 58 -
CMYK 0 0.62 0.76 0.07
HSL 10.39º 0.83% 0.58% -
HSV(B) 10.39º 0.76% 0.93% -
XYZ 39.26 25.45 6.85 -
YUV 129.72 87.53 204.52 -
System Red Green Blue C M Y K H S L
Decimal 237 89 58 0 0.62 0.76 0.07 10.39 0.83 0.58
Hex ED 59 3A 0 3E 4C 7 A 53 3A
Octal 355 131 72 0 76 114 7 12 123 72
Binary 11101101 1011001 111010 0 111110 1001100 111 1010 1010011 111010

Color Harmonies of #ED593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED593A

Black with #ED593A

Text Example


Text Example

White with #ED593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED593A; }

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

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

background-color css

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

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

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

border-color css

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

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

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