#EB9E4E

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

Shades of Sea Buckthorn #EB9E4E

Tints of Sea Buckthorn #EB9E4E

Color information

#EB9E4E (or 0xEB9E4E) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 9E and 4E. RGB value is (235,158,78). Sum of RGB (Red+Green+Blue) = 235+158+78=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E4E is #1461B1. Grayscale: #ACACAC. Windows color (decimal): -1335730 or 5152491. OLE color: 5152491.

HSL color Cylindrical-coordinate representation of color #EB9E4E: hue angle of 30.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB9E4E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB23515878-
CMYK00.330.670.08
HSL30.57º79.7%61.37%-
HSV(B)30.57º66.81%92.16%-
XYZ47.8642.6712.92-
YUV171.975.01173-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 78 (30.86% from 255) = 16.56%
R=49.89%
G=33.55%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351587800.330.670.0830.5779.761.37
HexEB9E4E0214381f503d
Octal353236116041103103712075
Binary11101011100111101001110010000110000111000111111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E4E; }

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

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

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

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

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

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

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

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