#E26E41

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

Shades of Sorbus #E26E41

Tints of Sorbus #E26E41

Color information

#E26E41 (or 0xE26E41) is unknown color: approx Sorbus. HEX triplet: E2, 6E and 41. RGB value is (226,110,65). Sum of RGB (Red+Green+Blue) = 226+110+65=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E41 is #1D91BE. Grayscale: #8B8B8B. Windows color (decimal): -1937855 or 4288226. OLE color: 4288226.

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

Color convert

RGB22611065-
CMYK00.510.710.11
HSL16.77º73.52%57.06%-
HSV(B)16.77º71.24%88.63%-
XYZ37.8927.78.35-
YUV139.5585.93189.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=56.36%
G=27.43%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261106500.510.710.1116.7773.5257.06
HexE26E4103347B114a39
Octal342156101063107132111271
Binary1110001011011101000001011001110001111011100011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26E41; }

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

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

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

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

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

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

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

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