#E55B3A

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

Shades of Sorbus #E55B3A

Tints of Sorbus #E55B3A

Color information

#E55B3A (or 0xE55B3A) is unknown color: approx Sorbus. HEX triplet: E5, 5B and 3A. RGB value is (229,91,58). Sum of RGB (Red+Green+Blue) = 229+91+58=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55B3A is #1AA4C5. Grayscale: #808080. Windows color (decimal): -1746118 or 3824613. OLE color: 3824613.

HSL color Cylindrical-coordinate representation of color #E55B3A: hue angle of 11.58º 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 #E55B3A is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2299158-
CMYK00.600.750.10
HSL11.58º76.68%56.27%-
HSV(B)11.58º74.67%89.8%-
XYZ36.8224.456.78-
YUV128.588.22199.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.58%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=60.58%
G=24.07%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229915800.600.750.1011.5876.6856.27
HexE55B3A03C4BAc4d38
Octal34513372074113121411570
Binary11100101101101111101001111001001011101011001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55B3A; }

 p { color: rgb(229,91,58); }

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

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

 a { background-color: rgb(229,91,58); }

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

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

 span { border-color: rgb(229,91,58); }

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