#EB9349

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

Shades of Sea Buckthorn #EB9349

Tints of Sea Buckthorn #EB9349

Color information

#EB9349 (or 0xEB9349) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 93 and 49. RGB value is (235,147,73). Sum of RGB (Red+Green+Blue) = 235+147+73=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9349 is #146CB6. Grayscale: #A5A5A5. Windows color (decimal): -1338551 or 4821995. OLE color: 4821995.

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

Color convert

RGB23514773-
CMYK00.370.690.08
HSL27.41º80.2%60.39%-
HSV(B)27.41º68.94%92.16%-
XYZ45.939.0111.41-
YUV164.8876.15178.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=51.65%
G=32.31%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351477300.370.690.0827.4180.260.39
HexEB93490254581b503c
Octal353223111045105103312074
Binary11101011100100111001001010010110001011000110111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9349; }

 p { color: rgb(235,147,73); }

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

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

 a { background-color: rgb(235,147,73); }

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

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

 span { border-color: rgb(235,147,73); }

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