#EB682F

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

Shades of Sorbus #EB682F

Tints of Sorbus #EB682F

Color information

#EB682F (or 0xEB682F) is unknown color: approx Sorbus. HEX triplet: EB, 68 and 2F. RGB value is (235,104,47). Sum of RGB (Red+Green+Blue) = 235+104+47=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB682F is #1497D0. Grayscale: #898989. Windows color (decimal): -1349585 or 3107051. OLE color: 3107051.

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

Color convert

RGB23510447-
CMYK00.560.80.08
HSL18.19º82.46%55.29%-
HSV(B)18.19º80%92.16%-
XYZ39.7227.775.96-
YUV136.6777.4198.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 47 (18.75% from 255) = 12.18%
R=60.88%
G=26.94%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351044700.560.80.0818.1982.4655.29
HexEB682F038508125237
Octal35315057070120102212267
Binary111010111101000101111011100010100001000100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB682F; }

 p { color: rgb(235,104,47); }

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

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

 a { background-color: rgb(235,104,47); }

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

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

 span { border-color: rgb(235,104,47); }

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