#E16F35

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

Shades of Sorbus #E16F35

Tints of Sorbus #E16F35

Color information

#E16F35 (or 0xE16F35) is unknown color: approx Sorbus. HEX triplet: E1, 6F and 35. RGB value is (225,111,53). Sum of RGB (Red+Green+Blue) = 225+111+53=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F35 is #1E90CA. Grayscale: #8A8A8A. Windows color (decimal): -2003147 or 3502049. OLE color: 3502049.

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

Color convert

RGB22511153-
CMYK00.510.760.12
HSL20.23º74.14%54.51%-
HSV(B)20.23º76.44%88.24%-
XYZ37.3827.636.73-
YUV138.4779.77189.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.84%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=57.84%
G=28.53%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251115300.510.760.1220.2374.1454.51
HexE16F350334CC144a37
Octal34115765063114142411267
Binary111000011101111110101011001110011001100101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F35; }

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

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

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

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

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

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

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

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