#EB673E

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

Shades of Sorbus #EB673E

Tints of Sorbus #EB673E

Color information

#EB673E (or 0xEB673E) is unknown color: approx Sorbus. HEX triplet: EB, 67 and 3E. RGB value is (235,103,62). Sum of RGB (Red+Green+Blue) = 235+103+62=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB673E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB673E is #1498C1. Grayscale: #8A8A8A. Windows color (decimal): -1349826 or 4089835. OLE color: 4089835.

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

Color convert

RGB23510362-
CMYK00.560.740.08
HSL14.22º81.22%58.24%-
HSV(B)14.22º73.62%92.16%-
XYZ39.9827.717.8-
YUV137.7985.23197.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=58.75%
G=25.75%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351036200.560.740.0814.2281.2258.24
HexEB673E0384A8e513a
Octal35314776070112101612172
Binary11101011110011111111001110001001010100011101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB673E; }

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

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

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

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

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

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

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

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