#E26636

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

Shades of Sorbus #E26636

Tints of Sorbus #E26636

Color information

#E26636 (or 0xE26636) is unknown color: approx Sorbus. HEX triplet: E2, 66 and 36. RGB value is (226,102,54). Sum of RGB (Red+Green+Blue) = 226+102+54=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E26636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26636 is #1D99C9. Grayscale: #858585. Windows color (decimal): -1939914 or 3565282. OLE color: 3565282.

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

Color convert

RGB22610254-
CMYK00.550.760.11
HSL16.74º74.78%54.9%-
HSV(B)16.74º76.11%88.63%-
XYZ36.7825.946.56-
YUV133.683.08193.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.16%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 54 (21.48% from 255) = 14.14%
R=59.16%
G=26.70%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261025400.550.760.1116.7474.7854.9
HexE266360374CB114b37
Octal34214666067114132111367
Binary111000101100110110110011011110011001011100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26636; }

 p { color: rgb(226,102,54); }

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

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

 a { background-color: rgb(226,102,54); }

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

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

 span { border-color: rgb(226,102,54); }

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