#e56a3f

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

Shades of Sorbus #E56A3F

Tints of Sorbus #E56A3F

Color information

#E56A3F (or 0xE56A3F) is unknown color: approx Sorbus. HEX triplet: E5, 6A and 3F. RGB value is (229,106,63). Sum of RGB (Red+Green+Blue) = 229+106+63=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56A3F is #1A95C0. Grayscale: #8A8A8A. Windows color (decimal): -1742273 or 4156133. OLE color: 4156133.

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

Color convert

RGB22910663-
CMYK00.540.720.10
HSL15.54º76.15%57.25%-
HSV(B)15.54º72.49%89.8%-
XYZ38.3627.327.95-
YUV137.8785.75193-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.54%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 63 (25% from 255) = 15.83%
R=57.54%
G=26.63%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291066300.540.720.1015.5476.1557.25
HexE56A3F03648A104c39
Octal34515277066110122011471
Binary111001011101010111111011011010010001010100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56a3f; }

 p { color: rgb(229,106,63); }

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

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

 a { background-color: rgb(229,106,63); }

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

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

 span { border-color: rgb(229,106,63); }

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