#EB6132

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

Shades of Sorbus #EB6132

Tints of Sorbus #EB6132

Color information

#EB6132 (or 0xEB6132) is unknown color: approx Sorbus. HEX triplet: EB, 61 and 32. RGB value is (235,97,50). Sum of RGB (Red+Green+Blue) = 235+97+50=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6132 is #149ECD. Grayscale: #858585. Windows color (decimal): -1351374 or 3301867. OLE color: 3301867.

HSL color Cylindrical-coordinate representation of color #EB6132: hue angle of 15.24º 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 #EB6132 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2359750-
CMYK00.590.790.08
HSL15.24º82.22%55.88%-
HSV(B)15.24º78.72%92.16%-
XYZ39.1126.446.06-
YUV132.981.22200.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=61.52%
G=25.39%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235975000.590.790.0815.2482.2255.88
HexEB613203B4F8f5238
Octal35314162073117101712270
Binary11101011110000111001001110111001111100011111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6132; }

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

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

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

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

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

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

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

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