Html Css Color HEX #ED593D Outrageous Orange

📋 copy color: '#ED593D'

red 237 ◦ green 89 ◦ blue 61

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

Shades of Outrageous Orange #ED593D

Tints of Outrageous Orange #ED593D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 61.24%
G = 23%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED593D (or 0xED593D) is known color: Outrageous Orange. HEX triplet: ED, 59 and 3D. RGB value is (237,89,61). Sum of RGB (Red+Green+Blue) = 237+89+61=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED593D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED593D is #12A6C2. Grayscale: #828282. Windows color (decimal): -1222339 or 4020717. OLE color: 4020717.

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

Color convert

RGB 237 89 61 -
CMYK 0 0.62 0.74 0.07
HSL 9.55º 0.83% 0.58% -
HSV(B) 9.55º 0.74% 0.93% -
XYZ 39.34 25.49 7.26 -
YUV 130.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 237 89 61 0 0.62 0.74 0.07 9.55 0.83 0.58
Hex ED 59 3D 0 3E 4A 7 A 53 3A
Octal 355 131 75 0 76 112 7 12 123 72
Binary 11101101 1011001 111101 0 111110 1001010 111 1010 1010011 111010

Color Harmonies of #ED593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED593D

Black with #ED593D

Text Example


Text Example

White with #ED593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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