#EB9648

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

Shades of Sea Buckthorn #EB9648

Tints of Sea Buckthorn #EB9648

Color information

#EB9648 (or 0xEB9648) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 96 and 48. RGB value is (235,150,72). Sum of RGB (Red+Green+Blue) = 235+150+72=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9648 is #1469B7. Grayscale: #A6A6A6. Windows color (decimal): -1337784 or 4757227. OLE color: 4757227.

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

Color convert

RGB23515072-
CMYK00.360.690.08
HSL28.71º80.3%60.2%-
HSV(B)28.71º69.36%92.16%-
XYZ46.3439.9411.4-
YUV166.5274.66176.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=51.42%
G=32.82%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351507200.360.690.0828.7180.360.2
HexEB96480244581d503c
Octal353226110044105103512074
Binary11101011100101101001000010010010001011000111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9648; }

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

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

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

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

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

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

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

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