#e2713a

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

Shades of Sorbus #E2713A

Tints of Sorbus #E2713A

Color information

#E2713A (or 0xE2713A) is unknown color: approx Sorbus. HEX triplet: E2, 71 and 3A. RGB value is (226,113,58). Sum of RGB (Red+Green+Blue) = 226+113+58=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2713A is #1D8EC5. Grayscale: #8C8C8C. Windows color (decimal): -1937094 or 3830242. OLE color: 3830242.

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

Color convert

RGB22611358-
CMYK00.50.740.11
HSL19.64º74.34%55.69%-
HSV(B)19.64º74.34%88.63%-
XYZ38.0328.287.46-
YUV140.5281.44188.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.93%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=56.93%
G=28.46%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261135800.50.740.1119.6474.3455.69
HexE2713A0324AB144a38
Octal34216172062112132411270
Binary111000101110001111010011001010010101011101001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2713a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2713a; }

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

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

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

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

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

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

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

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