#E1603C

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

Shades of Sorbus #E1603C

Tints of Sorbus #E1603C

Color information

#E1603C (or 0xE1603C) is unknown color: approx Sorbus. HEX triplet: E1, 60 and 3C. RGB value is (225,96,60). Sum of RGB (Red+Green+Blue) = 225+96+60=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1603C is #1E9FC3. Grayscale: #828282. Windows color (decimal): -2006980 or 3956961. OLE color: 3956961.

HSL color Cylindrical-coordinate representation of color #E1603C: hue angle of 13.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1603C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2259660-
CMYK00.570.730.12
HSL13.09º73.33%55.88%-
HSV(B)13.09º73.33%88.24%-
XYZ36.0524.77.14-
YUV130.4788.24195.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 60 (23.83% from 255) = 15.75%
R=59.06%
G=25.20%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225966000.570.730.1213.0973.3355.88
HexE1603C03949Cd4938
Octal34114074071111141511170
Binary11100001110000011110001110011001001110011011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1603C; }

 p { color: rgb(225,96,60); }

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

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

 a { background-color: rgb(225,96,60); }

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

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

 span { border-color: rgb(225,96,60); }

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