Html Css Color HEX #ED592C Outrageous Orange

📋 copy color: '#ED592C'

red 237 ◦ green 89 ◦ blue 44

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

Shades of Outrageous Orange #ED592C

Tints of Outrageous Orange #ED592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 64.05%
G = 24.05%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED592C (or 0xED592C) is known color: Outrageous Orange. HEX triplet: ED, 59 and 2C. RGB value is (237,89,44). Sum of RGB (Red+Green+Blue) = 237+89+44=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED592C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED592C is #12A6D3. Grayscale: #808080. Windows color (decimal): -1222356 or 2906605. OLE color: 2906605.

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

Color convert

RGB 237 89 44 -
CMYK 0 0.62 0.81 0.07
HSL 13.99º 0.84% 0.55% -
HSV(B) 13.99º 0.81% 0.93% -
XYZ 38.95 25.33 5.22 -
YUV 128.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 237 89 44 0 0.62 0.81 0.07 13.99 0.84 0.55
Hex ED 59 2C 0 3E 51 7 E 54 37
Octal 355 131 54 0 76 121 7 16 124 67
Binary 11101101 1011001 101100 0 111110 1010001 111 1110 1010100 110111

Color Harmonies of #ED592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED592C

Black with #ED592C

Text Example


Text Example

White with #ED592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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