#E55F39

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

Shades of Sorbus #E55F39

Tints of Sorbus #E55F39

Color information

#E55F39 (or 0xE55F39) is unknown color: approx Sorbus. HEX triplet: E5, 5F and 39. RGB value is (229,95,57). Sum of RGB (Red+Green+Blue) = 229+95+57=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55F39 is #1AA0C6. Grayscale: #838383. Windows color (decimal): -1745095 or 3760101. OLE color: 3760101.

HSL color Cylindrical-coordinate representation of color #E55F39: hue angle of 13.26º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E55F39 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2299557-
CMYK00.590.750.10
HSL13.26º76.79%56.08%-
HSV(B)13.26º75.11%89.8%-
XYZ37.1425.146.77-
YUV130.7386.39198.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.10%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=60.10%
G=24.93%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229955700.590.750.1013.2676.7956.08
HexE55F3903B4BAd4d38
Octal34513771073113121511570
Binary11100101101111111100101110111001011101011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F39; }

 p { color: rgb(229,95,57); }

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

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

 a { background-color: rgb(229,95,57); }

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

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

 span { border-color: rgb(229,95,57); }

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