#E16541

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

Shades of Sorbus #E16541

Tints of Sorbus #E16541

Color information

#E16541 (or 0xE16541) is unknown color: approx Sorbus. HEX triplet: E1, 65 and 41. RGB value is (225,101,65). Sum of RGB (Red+Green+Blue) = 225+101+65=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E16541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16541 is #1E9ABE. Grayscale: #868686. Windows color (decimal): -2005695 or 4285921. OLE color: 4285921.

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

Color convert

RGB22510165-
CMYK00.550.710.12
HSL13.5º72.73%56.86%-
HSV(B)13.5º71.11%88.24%-
XYZ36.6625.78.03-
YUV133.9789.08192.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.54%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=57.54%
G=25.83%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251016500.550.710.1213.572.7356.86
HexE1654103747Ce4939
Octal341145101067107141611171
Binary111000011100101100000101101111000111110011101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16541; }

 p { color: rgb(225,101,65); }

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

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

 a { background-color: rgb(225,101,65); }

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

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

 span { border-color: rgb(225,101,65); }

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