#EB9D4D

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

Shades of Sea Buckthorn #EB9D4D

Tints of Sea Buckthorn #EB9D4D

Color information

#EB9D4D (or 0xEB9D4D) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 9D and 4D. RGB value is (235,157,77). Sum of RGB (Red+Green+Blue) = 235+157+77=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D4D is #1462B2. Grayscale: #ABABAB. Windows color (decimal): -1335987 or 5086699. OLE color: 5086699.

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

Color convert

RGB23515777-
CMYK00.330.670.08
HSL30.38º79.8%61.18%-
HSV(B)30.38º67.23%92.16%-
XYZ47.6642.3112.68-
YUV171.274.84173.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 77 (30.47% from 255) = 16.42%
R=50.11%
G=33.48%
B=16.42%

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
Decimal2351577700.330.670.0830.3879.861.18
HexEB9D4D0214381e503d
Octal353235115041103103612075
Binary11101011100111011001101010000110000111000111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D4D; }

 p { color: rgb(235,157,77); }

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

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

 a { background-color: rgb(235,157,77); }

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

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

 span { border-color: rgb(235,157,77); }

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