#e46d31

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

Shades of Sorbus #E46D31

Tints of Sorbus #E46D31

Color information

#E46D31 (or 0xE46D31) is unknown color: approx Sorbus. HEX triplet: E4, 6D and 31. RGB value is (228,109,49). Sum of RGB (Red+Green+Blue) = 228+109+49=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46D31 is #1B92CE. Grayscale: #8A8A8A. Windows color (decimal): -1807055 or 3239396. OLE color: 3239396.

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

Color convert

RGB22810949-
CMYK00.520.790.11
HSL20.11º76.82%54.31%-
HSV(B)20.11º78.51%89.41%-
XYZ38.0227.656.24-
YUV137.7477.92192.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.07%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 49 (19.53% from 255) = 12.69%
R=59.07%
G=28.24%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281094900.520.790.1120.1176.8254.31
HexE46D310344FB144d36
Octal34415561064117132411566
Binary111001001101101110001011010010011111011101001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46d31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46d31; }

 p { color: rgb(228,109,49); }

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

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

 a { background-color: rgb(228,109,49); }

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

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

 span { border-color: rgb(228,109,49); }

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