#EBA249

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

Shades of Sea Buckthorn #EBA249

Tints of Sea Buckthorn #EBA249

Color information

#EBA249 (or 0xEBA249) is unknown color: approx Sea Buckthorn. HEX triplet: EB, A2 and 49. RGB value is (235,162,73). Sum of RGB (Red+Green+Blue) = 235+162+73=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA249 is #145DB6. Grayscale: #AEAEAE. Windows color (decimal): -1334711 or 4825835. OLE color: 4825835.

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

Color convert

RGB23516273-
CMYK00.310.690.08
HSL32.96º80.2%60.39%-
HSV(B)32.96º68.94%92.16%-
XYZ48.3843.9812.24-
YUV173.6871.18171.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 73 (28.91% from 255) = 15.53%
R=50%
G=34.47%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351627300.310.690.0832.9680.260.39
HexEBA24901F45821503c
Octal353242111037105104112074
Binary11101011101000101001001011111100010110001000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA249; }

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

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

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

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

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

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

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

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