#E16F3E

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

Shades of Sorbus #E16F3E

Tints of Sorbus #E16F3E

Color information

#E16F3E (or 0xE16F3E) is unknown color: approx Sorbus. HEX triplet: E1, 6F and 3E. RGB value is (225,111,62). Sum of RGB (Red+Green+Blue) = 225+111+62=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F3E is #1E90C1. Grayscale: #8B8B8B. Windows color (decimal): -2003138 or 4091873. OLE color: 4091873.

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

Color convert

RGB22511162-
CMYK00.510.720.12
HSL18.04º73.09%56.27%-
HSV(B)18.04º72.44%88.24%-
XYZ37.6127.727.93-
YUV139.584.27188.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=56.53%
G=27.89%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251116200.510.720.1218.0473.0956.27
HexE16F3E03348C124938
Octal34115776063110142211170
Binary111000011101111111110011001110010001100100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F3E; }

 p { color: rgb(225,111,62); }

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

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

 a { background-color: rgb(225,111,62); }

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

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

 span { border-color: rgb(225,111,62); }

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