#E16F38

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

Shades of Sorbus #E16F38

Tints of Sorbus #E16F38

Color information

#E16F38 (or 0xE16F38) is unknown color: approx Sorbus. HEX triplet: E1, 6F and 38. RGB value is (225,111,56). Sum of RGB (Red+Green+Blue) = 225+111+56=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F38 is #1E90C7. Grayscale: #8B8B8B. Windows color (decimal): -2003144 or 3698657. OLE color: 3698657.

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

Color convert

RGB22511156-
CMYK00.510.750.12
HSL19.53º73.8%55.1%-
HSV(B)19.53º75.11%88.24%-
XYZ37.4527.667.11-
YUV138.8281.27189.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=57.40%
G=28.32%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251115600.510.750.1219.5373.855.1
HexE16F380334BC144a37
Octal34115770063113142411267
Binary111000011101111111000011001110010111100101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F38; }

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

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

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

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

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

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

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

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