#e26e3a

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

Shades of Sorbus #E26E3A

Tints of Sorbus #E26E3A

Color information

#E26E3A (or 0xE26E3A) is unknown color: approx Sorbus. HEX triplet: E2, 6E and 3A. RGB value is (226,110,58). Sum of RGB (Red+Green+Blue) = 226+110+58=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E3A is #1D91C5. Grayscale: #8B8B8B. Windows color (decimal): -1937862 or 3829474. OLE color: 3829474.

HSL color Cylindrical-coordinate representation of color #E26E3A: hue angle of 18.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E26E3A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22611058-
CMYK00.510.740.11
HSL18.57º74.34%55.69%-
HSV(B)18.57º74.34%88.63%-
XYZ37.727.637.35-
YUV138.7682.43190.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.36%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=57.36%
G=27.92%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261105800.510.740.1118.5774.3455.69
HexE26E3A0334AB134a38
Octal34215672063112132311270
Binary111000101101110111010011001110010101011100111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26e3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26e3a; }

 p { color: rgb(226,110,58); }

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

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

 a { background-color: rgb(226,110,58); }

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

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

 span { border-color: rgb(226,110,58); }

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