#E26A34

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

Shades of Sorbus #E26A34

Tints of Sorbus #E26A34

Color information

#E26A34 (or 0xE26A34) is unknown color: approx Sorbus. HEX triplet: E2, 6A and 34. RGB value is (226,106,52). Sum of RGB (Red+Green+Blue) = 226+106+52=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A34 is #1D95CB. Grayscale: #888888. Windows color (decimal): -1938892 or 3435234. OLE color: 3435234.

HSL color Cylindrical-coordinate representation of color #E26A34: hue angle of 18.62º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E26A34 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB22610652-
CMYK00.530.770.11
HSL18.62º75%54.51%-
HSV(B)18.62º76.99%88.63%-
XYZ37.1426.726.45-
YUV135.7280.76192.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.85%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=58.85%
G=27.60%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261065200.530.770.1118.627554.51
HexE26A340354DB134b37
Octal34215264065115132311367
Binary111000101101010110100011010110011011011100111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A34; }

 p { color: rgb(226,106,52); }

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

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

 a { background-color: rgb(226,106,52); }

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

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

 span { border-color: rgb(226,106,52); }

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