#EB9A41

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

Shades of Sea Buckthorn #EB9A41

Tints of Sea Buckthorn #EB9A41

Color information

#EB9A41 (or 0xEB9A41) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 9A and 41. RGB value is (235,154,65). Sum of RGB (Red+Green+Blue) = 235+154+65=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A41 is #1465BE. Grayscale: #A8A8A8. Windows color (decimal): -1336767 or 4299499. OLE color: 4299499.

HSL color Cylindrical-coordinate representation of color #EB9A41: hue angle of 31.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB9A41 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23515465-
CMYK00.340.720.08
HSL31.41º80.95%58.82%-
HSV(B)31.41º72.34%92.16%-
XYZ46.7741.1610.48-
YUV168.0769.84175.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.76%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=51.76%
G=33.92%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351546500.340.720.0831.4180.9558.82
HexEB9A410224881f513b
Octal353232101042110103712173
Binary11101011100110101000001010001010010001000111111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A41; }

 p { color: rgb(235,154,65); }

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

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

 a { background-color: rgb(235,154,65); }

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

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

 span { border-color: rgb(235,154,65); }

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