#EB9244

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

Shades of Sea Buckthorn #EB9244

Tints of Sea Buckthorn #EB9244

Color information

#EB9244 (or 0xEB9244) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 92 and 44. RGB value is (235,146,68). Sum of RGB (Red+Green+Blue) = 235+146+68=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9244 is #146DBB. Grayscale: #A4A4A4. Windows color (decimal): -1338812 or 4494059. OLE color: 4494059.

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

Color convert

RGB23514668-
CMYK00.380.710.08
HSL28.02º80.68%59.41%-
HSV(B)28.02º71.06%92.16%-
XYZ45.5838.6410.52-
YUV163.7273.99178.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 68 (26.95% from 255) = 15.14%
R=52.34%
G=32.52%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351466800.380.710.0828.0280.6859.41
HexEB92440264781c513b
Octal353222104046107103412173
Binary11101011100100101000100010011010001111000111001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9244; }

 p { color: rgb(235,146,68); }

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

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

 a { background-color: rgb(235,146,68); }

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

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

 span { border-color: rgb(235,146,68); }

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