#EB9949

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

Shades of Sea Buckthorn #EB9949

Tints of Sea Buckthorn #EB9949

Color information

#EB9949 (or 0xEB9949) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 99 and 49. RGB value is (235,153,73). Sum of RGB (Red+Green+Blue) = 235+153+73=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9949 is #1466B6. Grayscale: #A8A8A8. Windows color (decimal): -1337015 or 4823531. OLE color: 4823531.

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

Color convert

RGB23515373-
CMYK00.350.690.08
HSL29.63º80.2%60.39%-
HSV(B)29.63º68.94%92.16%-
XYZ46.8540.9311.73-
YUV168.474.17175.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 73 (28.91% from 255) = 15.84%
R=50.98%
G=33.19%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351537300.350.690.0829.6380.260.39
HexEB99490234581e503c
Octal353231111043105103612074
Binary11101011100110011001001010001110001011000111101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9949; }

 p { color: rgb(235,153,73); }

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

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

 a { background-color: rgb(235,153,73); }

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

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

 span { border-color: rgb(235,153,73); }

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