#ED6237

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

Shades of Outrageous Orange #ED6237

Tints of Outrageous Orange #ED6237

Color information

#ED6237 (or 0xED6237) is unknown color: approx Outrageous Orange. HEX triplet: ED, 62 and 37. RGB value is (237,98,55). Sum of RGB (Red+Green+Blue) = 237+98+55=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6237 is #129DC8. Grayscale: #868686. Windows color (decimal): -1220041 or 3629805. OLE color: 3629805.

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

Color convert

RGB2379855-
CMYK00.590.770.07
HSL14.18º83.49%57.25%-
HSV(B)14.18º76.79%92.94%-
XYZ39.9827.026.72-
YUV134.6683.05201-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.77%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 55 (21.88% from 255) = 14.10%
R=60.77%
G=25.13%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237985500.590.770.0714.1883.4957.25
HexED623703B4D7e5339
Octal3551426707311571612371
Binary1110110111000101101110111011100110111111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6237; }

 p { color: rgb(237,98,55); }

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

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

 a { background-color: rgb(237,98,55); }

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

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

 span { border-color: rgb(237,98,55); }

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