#EB8E47

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

Shades of Sea Buckthorn #EB8E47

Tints of Sea Buckthorn #EB8E47

Color information

#EB8E47 (or 0xEB8E47) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 8E and 47. RGB value is (235,142,71). Sum of RGB (Red+Green+Blue) = 235+142+71=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8E47 is #1471B8. Grayscale: #A2A2A2. Windows color (decimal): -1339833 or 4689643. OLE color: 4689643.

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

Color convert

RGB23514271-
CMYK00.400.700.08
HSL25.98º80.39%60%-
HSV(B)25.98º69.79%92.16%-
XYZ45.0737.4610.82-
YUV161.7176.81180.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 71 (28.12% from 255) = 15.85%
R=52.46%
G=31.70%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351427100.400.700.0825.9880.3960
HexEB8E470284681a503c
Octal353216107050106103212074
Binary11101011100011101000111010100010001101000110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E47; }

 p { color: rgb(235,142,71); }

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

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

 a { background-color: rgb(235,142,71); }

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

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

 span { border-color: rgb(235,142,71); }

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