#EB9E48

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

Shades of Sea Buckthorn #EB9E48

Tints of Sea Buckthorn #EB9E48

Color information

#EB9E48 (or 0xEB9E48) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 9E and 48. RGB value is (235,158,72). Sum of RGB (Red+Green+Blue) = 235+158+72=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9E48 is #1461B7. Grayscale: #ABABAB. Windows color (decimal): -1335736 or 4759275. OLE color: 4759275.

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

Color convert

RGB23515872-
CMYK00.330.690.08
HSL31.66º80.3%60.2%-
HSV(B)31.66º69.36%92.16%-
XYZ47.6642.5811.84-
YUV171.2272.01173.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 72 (28.52% from 255) = 15.48%
R=50.54%
G=33.98%
B=15.48%

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
Decimal2351587200.330.690.0831.6680.360.2
HexEB9E4802145820503c
Octal353236110041105104012074
Binary111010111001111010010000100001100010110001000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E48; }

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

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

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

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

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

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

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

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