#EB9144

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

Shades of Sea Buckthorn #EB9144

Tints of Sea Buckthorn #EB9144

Color information

#EB9144 (or 0xEB9144) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 91 and 44. RGB value is (235,145,68). Sum of RGB (Red+Green+Blue) = 235+145+68=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9144 is #146EBB. Grayscale: #A3A3A3. Windows color (decimal): -1339068 or 4493803. OLE color: 4493803.

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

Color convert

RGB23514568-
CMYK00.380.710.08
HSL27.66º80.68%59.41%-
HSV(B)27.66º71.06%92.16%-
XYZ45.4338.3310.47-
YUV163.1374.32179.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 68 (26.95% from 255) = 15.18%
R=52.46%
G=32.37%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351456800.380.710.0827.6680.6859.41
HexEB91440264781c513b
Octal353221104046107103412173
Binary11101011100100011000100010011010001111000111001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9144; }

 p { color: rgb(235,145,68); }

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

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

 a { background-color: rgb(235,145,68); }

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

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

 span { border-color: rgb(235,145,68); }

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