#ED613A

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

Shades of Outrageous Orange #ED613A

Tints of Outrageous Orange #ED613A

Color information

#ED613A (or 0xED613A) is unknown color: approx Outrageous Orange. HEX triplet: ED, 61 and 3A. RGB value is (237,97,58). Sum of RGB (Red+Green+Blue) = 237+97+58=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED613A is #129EC5. Grayscale: #868686. Windows color (decimal): -1220294 or 3826157. OLE color: 3826157.

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

Color convert

RGB2379758-
CMYK00.590.760.07
HSL13.07º83.26%57.84%-
HSV(B)13.07º75.53%92.94%-
XYZ39.9626.867.08-
YUV134.4184.88201.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.46%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=60.46%
G=24.74%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237975800.590.760.0713.0783.2657.84
HexED613A03B4C7d533a
Octal3551417207311471512372
Binary1110110111000011110100111011100110011111011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED613A; }

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

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

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

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

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

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

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

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