Html Css Color HEX #ED612A Outrageous Orange

📋 copy color: '#ED612A'

red 237 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #ED612A

Tints of Outrageous Orange #ED612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 63.03%
G = 25.8%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED612A (or 0xED612A) is known color: Outrageous Orange. HEX triplet: ED, 61 and 2A. RGB value is (237,97,42). Sum of RGB (Red+Green+Blue) = 237+97+42=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED612A is #129ED5. Grayscale: #848484. Windows color (decimal): -1220310 or 2777581. OLE color: 2777581.

HSL color Cylindrical-coordinate representation of color #ED612A: hue angle of 16.92º 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 #ED612A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 42 -
CMYK 0 0.59 0.82 0.07
HSL 16.92º 0.84% 0.55% -
HSV(B) 16.92º 0.82% 0.93% -
XYZ 39.62 26.72 5.26 -
YUV 132.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 237 97 42 0 0.59 0.82 0.07 16.92 0.84 0.55
Hex ED 61 2A 0 3B 52 7 11 54 37
Octal 355 141 52 0 73 122 7 21 124 67
Binary 11101101 1100001 101010 0 111011 1010010 111 10001 1010100 110111

Color Harmonies of #ED612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED612A

Black with #ED612A

Text Example


Text Example

White with #ED612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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