#EB6133

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

Shades of Sorbus #EB6133

Tints of Sorbus #EB6133

Color information

#EB6133 (or 0xEB6133) is unknown color: approx Sorbus. HEX triplet: EB, 61 and 33. RGB value is (235,97,51). Sum of RGB (Red+Green+Blue) = 235+97+51=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6133 is #149ECC. Grayscale: #858585. Windows color (decimal): -1351373 or 3367403. OLE color: 3367403.

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

Color convert

RGB2359751-
CMYK00.590.780.08
HSL15º82.14%56.08%-
HSV(B)15º78.3%92.16%-
XYZ39.1326.456.17-
YUV133.0281.72200.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.36%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=61.36%
G=25.33%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235975100.590.780.081582.1456.08
HexEB613303B4E8f5238
Octal35314163073116101712270
Binary11101011110000111001101110111001110100011111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6133; }

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

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

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

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

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

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

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

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