#e15e31

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

Shades of Sorbus #E15E31

Tints of Sorbus #E15E31

Color information

#E15E31 (or 0xE15E31) is unknown color: approx Sorbus. HEX triplet: E1, 5E and 31. RGB value is (225,94,49). Sum of RGB (Red+Green+Blue) = 225+94+49=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E31 is #1EA1CE. Grayscale: #808080. Windows color (decimal): -2007503 or 3235553. OLE color: 3235553.

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

Color convert

RGB2259449-
CMYK00.580.780.12
HSL15.34º74.58%53.73%-
HSV(B)15.34º78.22%88.24%-
XYZ35.6124.235.71-
YUV128.0483.4197.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.14%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=61.14%
G=25.54%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225944900.580.780.1215.3474.5853.73
HexE15E3103A4ECf4b36
Octal34113661072116141711366
Binary11100001101111011000101110101001110110011111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15e31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15e31; }

 p { color: rgb(225,94,49); }

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

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

 a { background-color: rgb(225,94,49); }

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

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

 span { border-color: rgb(225,94,49); }

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