#EB8F47

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

Shades of Sea Buckthorn #EB8F47

Tints of Sea Buckthorn #EB8F47

Color information

#EB8F47 (or 0xEB8F47) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 8F and 47. RGB value is (235,143,71). Sum of RGB (Red+Green+Blue) = 235+143+71=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F47 is #1470B8. Grayscale: #A2A2A2. Windows color (decimal): -1339577 or 4689899. OLE color: 4689899.

HSL color Cylindrical-coordinate representation of color #EB8F47: hue angle of 26.34º 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 #EB8F47 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23514371-
CMYK00.390.700.08
HSL26.34º80.39%60%-
HSV(B)26.34º69.79%92.16%-
XYZ45.2237.7610.87-
YUV162.376.48179.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 71 (28.12% from 255) = 15.81%
R=52.34%
G=31.85%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351437100.390.700.0826.3480.3960
HexEB8F470274681a503c
Octal353217107047106103212074
Binary11101011100011111000111010011110001101000110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8F47; }

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

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

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

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

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

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

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

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