#ED603E

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

Shades of Outrageous Orange #ED603E

Tints of Outrageous Orange #ED603E

Color information

#ED603E (or 0xED603E) is unknown color: approx Outrageous Orange. HEX triplet: ED, 60 and 3E. RGB value is (237,96,62). Sum of RGB (Red+Green+Blue) = 237+96+62=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED603E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED603E is #129FC1. Grayscale: #868686. Windows color (decimal): -1220546 or 4088045. OLE color: 4088045.

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

Color convert

RGB2379662-
CMYK00.590.740.07
HSL11.66º82.94%58.63%-
HSV(B)11.66º73.84%92.94%-
XYZ39.9826.727.61-
YUV134.2887.21201.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=60%
G=24.30%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237966200.590.740.0711.6682.9458.63
HexED603E03B4A7c533b
Octal3551407607311271412373
Binary1110110111000001111100111011100101011111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED603E; }

 p { color: rgb(237,96,62); }

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

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

 a { background-color: rgb(237,96,62); }

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

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

 span { border-color: rgb(237,96,62); }

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