#EB9340

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

Shades of Sea Buckthorn #EB9340

Tints of Sea Buckthorn #EB9340

Color information

#EB9340 (or 0xEB9340) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 93 and 40. RGB value is (235,147,64). Sum of RGB (Red+Green+Blue) = 235+147+64=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9340 is #146CBF. Grayscale: #A4A4A4. Windows color (decimal): -1338560 or 4232171. OLE color: 4232171.

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

Color convert

RGB23514764-
CMYK00.370.730.08
HSL29.12º81.04%58.63%-
HSV(B)29.12º72.77%92.16%-
XYZ45.6238.99.95-
YUV163.8571.65178.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.69%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 64 (25.39% from 255) = 14.35%
R=52.69%
G=32.96%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351476400.370.730.0829.1281.0458.63
HexEB93400254981d513b
Octal353223100045111103512173
Binary11101011100100111000000010010110010011000111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9340; }

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

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

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

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

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

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

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

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