#E16B34

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

Shades of Sorbus #E16B34

Tints of Sorbus #E16B34

Color information

#E16B34 (or 0xE16B34) is unknown color: approx Sorbus. HEX triplet: E1, 6B and 34. RGB value is (225,107,52). Sum of RGB (Red+Green+Blue) = 225+107+52=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B34 is #1E94CB. Grayscale: #888888. Windows color (decimal): -2004172 or 3435489. OLE color: 3435489.

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

Color convert

RGB22510752-
CMYK00.520.770.12
HSL19.08º74.25%54.31%-
HSV(B)19.08º76.89%88.24%-
XYZ36.9326.776.47-
YUV136.0180.59191.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.59%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=58.59%
G=27.86%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251075200.520.770.1219.0874.2554.31
HexE16B340344DC134a36
Octal34115364064115142311266
Binary111000011101011110100011010010011011100100111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B34; }

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

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

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

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

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

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

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

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