#E26534

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

Shades of Sorbus #E26534

Tints of Sorbus #E26534

Color information

#E26534 (or 0xE26534) is unknown color: approx Sorbus. HEX triplet: E2, 65 and 34. RGB value is (226,101,52). Sum of RGB (Red+Green+Blue) = 226+101+52=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E26534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26534 is #1D9ACB. Grayscale: #858585. Windows color (decimal): -1940172 or 3433954. OLE color: 3433954.

HSL color Cylindrical-coordinate representation of color #E26534: hue angle of 16.9º 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 #E26534 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB22610152-
CMYK00.550.770.11
HSL16.9º75%54.51%-
HSV(B)16.9º76.99%88.63%-
XYZ36.6425.726.28-
YUV132.7982.41194.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.63%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=59.63%
G=26.65%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261015200.550.770.1116.97554.51
HexE265340374DB114b37
Octal34214564067115132111367
Binary111000101100101110100011011110011011011100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26534; }

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

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

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

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

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

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

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

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