#E16A2F

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

Shades of Sorbus #E16A2F

Tints of Sorbus #E16A2F

Color information

#E16A2F (or 0xE16A2F) is unknown color: approx Sorbus. HEX triplet: E1, 6A and 2F. RGB value is (225,106,47). Sum of RGB (Red+Green+Blue) = 225+106+47=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A2F is #1E95D0. Grayscale: #878787. Windows color (decimal): -2004433 or 3107553. OLE color: 3107553.

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

Color convert

RGB22510647-
CMYK00.530.790.12
HSL19.89º74.79%53.33%-
HSV(B)19.89º79.11%88.24%-
XYZ36.7226.525.87-
YUV134.8578.42192.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.52%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=59.52%
G=28.04%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251064700.530.790.1219.8974.7953.33
HexE16A2F0354FC144b35
Octal34115257065117142411365
Binary111000011101010101111011010110011111100101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A2F; }

 p { color: rgb(225,106,47); }

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

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

 a { background-color: rgb(225,106,47); }

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

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

 span { border-color: rgb(225,106,47); }

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