#EB6935

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

Shades of Sorbus #EB6935

Tints of Sorbus #EB6935

Color information

#EB6935 (or 0xEB6935) is unknown color: approx Sorbus. HEX triplet: EB, 69 and 35. RGB value is (235,105,53). Sum of RGB (Red+Green+Blue) = 235+105+53=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6935 is #1496CA. Grayscale: #8A8A8A. Windows color (decimal): -1349323 or 3500523. OLE color: 3500523.

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

Color convert

RGB23510553-
CMYK00.550.770.08
HSL17.14º81.98%56.47%-
HSV(B)17.14º77.45%92.16%-
XYZ39.9628.026.67-
YUV137.9480.07197.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=59.80%
G=26.72%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351055300.550.770.0817.1481.9856.47
HexEB69350374D8115238
Octal35315165067115102112270
Binary111010111101001110101011011110011011000100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6935; }

 p { color: rgb(235,105,53); }

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

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

 a { background-color: rgb(235,105,53); }

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

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

 span { border-color: rgb(235,105,53); }

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