#E5612C

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

Shades of Sorbus #E5612C

Tints of Sorbus #E5612C

Color information

#E5612C (or 0xE5612C) is unknown color: approx Sorbus. HEX triplet: E5, 61 and 2C. RGB value is (229,97,44). Sum of RGB (Red+Green+Blue) = 229+97+44=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5612C is #1A9ED3. Grayscale: #828282. Windows color (decimal): -1744596 or 2908645. OLE color: 2908645.

HSL color Cylindrical-coordinate representation of color #E5612C: hue angle of 17.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5612C is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB2299744-
CMYK00.580.810.10
HSL17.19º78.06%53.53%-
HSV(B)17.19º80.79%89.8%-
XYZ37.0425.395.33-
YUV130.4379.23198.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.89%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 44 (17.58% from 255) = 11.89%
R=61.89%
G=26.22%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229974400.580.810.1017.1978.0653.53
HexE5612C03A51A114e36
Octal34514154072121122111666
Binary111001011100001101100011101010100011010100011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5612C; }

 p { color: rgb(229,97,44); }

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

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

 a { background-color: rgb(229,97,44); }

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

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

 span { border-color: rgb(229,97,44); }

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