#E2662B

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

Shades of Sorbus #E2662B

Tints of Sorbus #E2662B

Color information

#E2662B (or 0xE2662B) is unknown color: approx Sorbus. HEX triplet: E2, 66 and 2B. RGB value is (226,102,43). Sum of RGB (Red+Green+Blue) = 226+102+43=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2662B is #1D99D4. Grayscale: #848484. Windows color (decimal): -1939925 or 2844386. OLE color: 2844386.

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

Color convert

RGB22610243-
CMYK00.550.810.11
HSL19.34º75.93%52.75%-
HSV(B)19.34º80.97%88.63%-
XYZ36.5525.855.35-
YUV132.3577.58194.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.92%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 43 (17.19% from 255) = 11.59%
R=60.92%
G=27.49%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261024300.550.810.1119.3475.9352.75
HexE2662B03751B134c35
Octal34214653067121132311465
Binary111000101100110101011011011110100011011100111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2662B; }

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

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

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

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

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

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

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

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