#ED612B

Color #ED612B Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #ED612B

Tints of Outrageous Orange #ED612B

Color information

#ED612B (or 0xED612B) is unknown color: approx Outrageous Orange. HEX triplet: ED, 61 and 2B. RGB value is (237,97,43). Sum of RGB (Red+Green+Blue) = 237+97+43=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED612B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED612B is #129ED4. Grayscale: #858585. Windows color (decimal): -1220309 or 2843117. OLE color: 2843117.

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

Color convert

RGB2379743-
CMYK00.590.820.07
HSL16.7º84.35%54.9%-
HSV(B)16.7º81.86%92.94%-
XYZ39.6426.735.36-
YUV132.777.38202.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.86%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=62.86%
G=25.73%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237974300.590.820.0716.784.3554.9
HexED612B03B527115437
Octal3551415307312272112467
Binary11101101110000110101101110111010010111100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED612B; }

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

 H1.HeaderClassName
 {
   color: #ED612B;
 }
 .AnyTagClassName
 {
   color: #ED612B;
 }
</style>
background-color css

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

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

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

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

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

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