#EB9D48

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

Shades of Sea Buckthorn #EB9D48

Tints of Sea Buckthorn #EB9D48

Color information

#EB9D48 (or 0xEB9D48) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 9D and 48. RGB value is (235,157,72). Sum of RGB (Red+Green+Blue) = 235+157+72=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9D48 is #1462B7. Grayscale: #ABABAB. Windows color (decimal): -1335992 or 4759019. OLE color: 4759019.

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

Color convert

RGB23515772-
CMYK00.330.690.08
HSL31.29º80.3%60.2%-
HSV(B)31.29º69.36%92.16%-
XYZ47.4942.2411.78-
YUV170.6372.34173.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 72 (28.52% from 255) = 15.52%
R=50.65%
G=33.84%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351577200.330.690.0831.2980.360.2
HexEB9D480214581f503c
Octal353235110041105103712074
Binary11101011100111011001000010000110001011000111111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D48; }

 p { color: rgb(235,157,72); }

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

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

 a { background-color: rgb(235,157,72); }

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

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

 span { border-color: rgb(235,157,72); }

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