#E45D2B

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

Shades of Sorbus #E45D2B

Tints of Sorbus #E45D2B

Color information

#E45D2B (or 0xE45D2B) is unknown color: approx Sorbus. HEX triplet: E4, 5D and 2B. RGB value is (228,93,43). Sum of RGB (Red+Green+Blue) = 228+93+43=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D2B is #1BA2D4. Grayscale: #7F7F7F. Windows color (decimal): -1811157 or 2842084. OLE color: 2842084.

HSL color Cylindrical-coordinate representation of color #E45D2B: hue angle of 16.22º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E45D2B is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2289343-
CMYK00.590.810.11
HSL16.22º77.41%53.14%-
HSV(B)16.22º81.14%89.41%-
XYZ36.3524.55.1-
YUV127.6680.23199.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 62.64%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 43 (17.19% from 255) = 11.81%
R=62.64%
G=25.55%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228934300.590.810.1116.2277.4153.14
HexE45D2B03B51B104d35
Octal34413553073121132011565
Binary111001001011101101011011101110100011011100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D2B; }

 p { color: rgb(228,93,43); }

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

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

 a { background-color: rgb(228,93,43); }

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

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

 span { border-color: rgb(228,93,43); }

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