Html Css Color HEX #ED592A Outrageous Orange

📋 copy color: '#ED592A'

red 237 ◦ green 89 ◦ blue 42

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

Shades of Outrageous Orange #ED592A

Tints of Outrageous Orange #ED592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 64.4%
G = 24.18%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED592A (or 0xED592A) is known color: Outrageous Orange. HEX triplet: ED, 59 and 2A. RGB value is (237,89,42). Sum of RGB (Red+Green+Blue) = 237+89+42=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED592A is #12A6D5. Grayscale: #808080. Windows color (decimal): -1222358 or 2775533. OLE color: 2775533.

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

Color convert

RGB 237 89 42 -
CMYK 0 0.62 0.82 0.07
HSL 14.46º 0.84% 0.55% -
HSV(B) 14.46º 0.82% 0.93% -
XYZ 38.92 25.32 5.03 -
YUV 127.89 79.53 205.82 -
System Red Green Blue C M Y K H S L
Decimal 237 89 42 0 0.62 0.82 0.07 14.46 0.84 0.55
Hex ED 59 2A 0 3E 52 7 E 54 37
Octal 355 131 52 0 76 122 7 16 124 67
Binary 11101101 1011001 101010 0 111110 1010010 111 1110 1010100 110111

Color Harmonies of #ED592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED592A

Black with #ED592A

Text Example


Text Example

White with #ED592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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