#EB6732

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

Shades of Sorbus #EB6732

Tints of Sorbus #EB6732

Color information

#EB6732 (or 0xEB6732) is unknown color: approx Sorbus. HEX triplet: EB, 67 and 32. RGB value is (235,103,50). Sum of RGB (Red+Green+Blue) = 235+103+50=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6732 is #1498CD. Grayscale: #888888. Windows color (decimal): -1349838 or 3303403. OLE color: 3303403.

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

Color convert

RGB23510350-
CMYK00.560.790.08
HSL17.19º82.22%55.88%-
HSV(B)17.19º78.72%92.16%-
XYZ39.6927.596.25-
YUV136.4379.23198.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 50 (19.92% from 255) = 12.89%
R=60.57%
G=26.55%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351035000.560.790.0817.1982.2255.88
HexEB67320384F8115238
Octal35314762070117102112270
Binary111010111100111110010011100010011111000100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6732; }

 p { color: rgb(235,103,50); }

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

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

 a { background-color: rgb(235,103,50); }

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

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

 span { border-color: rgb(235,103,50); }

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