#e16b3a

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

Shades of Sorbus #E16B3A

Tints of Sorbus #E16B3A

Color information

#E16B3A (or 0xE16B3A) is unknown color: approx Sorbus. HEX triplet: E1, 6B and 3A. RGB value is (225,107,58). Sum of RGB (Red+Green+Blue) = 225+107+58=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B3A is #1E94C5. Grayscale: #898989. Windows color (decimal): -2004166 or 3828705. OLE color: 3828705.

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

Color convert

RGB22510758-
CMYK00.520.740.12
HSL17.6º73.57%55.49%-
HSV(B)17.6º74.22%88.24%-
XYZ37.0726.837.23-
YUV136.783.59190.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=57.69%
G=27.44%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251075800.520.740.1217.673.5755.49
HexE16B3A0344AC124a37
Octal34115372064112142211267
Binary111000011101011111010011010010010101100100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16b3a; }

 p { color: rgb(225,107,58); }

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

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

 a { background-color: rgb(225,107,58); }

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

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

 span { border-color: rgb(225,107,58); }

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