#EB6E3A

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

Shades of Sorbus #EB6E3A

Tints of Sorbus #EB6E3A

Color information

#EB6E3A (or 0xEB6E3A) is unknown color: approx Sorbus. HEX triplet: EB, 6E and 3A. RGB value is (235,110,58). Sum of RGB (Red+Green+Blue) = 235+110+58=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E3A is #1491C5. Grayscale: #8D8D8D. Windows color (decimal): -1348038 or 3829483. OLE color: 3829483.

HSL color Cylindrical-coordinate representation of color #EB6E3A: hue angle of 17.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB6E3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23511058-
CMYK00.530.750.08
HSL17.63º81.57%57.45%-
HSV(B)17.63º75.32%92.16%-
XYZ40.629.127.48-
YUV141.4580.91194.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.31%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 58 (23.05% from 255) = 14.39%
R=58.31%
G=27.30%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351105800.530.750.0817.6381.5757.45
HexEB6E3A0354B8125239
Octal35315672065113102212271
Binary111010111101110111010011010110010111000100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E3A; }

 p { color: rgb(235,110,58); }

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

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

 a { background-color: rgb(235,110,58); }

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

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

 span { border-color: rgb(235,110,58); }

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