#EA9456

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

Shades of Sea Buckthorn #EA9456

Tints of Sea Buckthorn #EA9456

Color information

#EA9456 (or 0xEA9456) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 94 and 56. RGB value is (234,148,86). Sum of RGB (Red+Green+Blue) = 234+148+86=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9456 is #156BA9. Grayscale: #A6A6A6. Windows color (decimal): -1403818 or 5674218. OLE color: 5674218.

HSL color Cylindrical-coordinate representation of color #EA9456: hue angle of 25.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA9456 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB23414886-
CMYK00.370.630.08
HSL25.14º77.89%62.75%-
HSV(B)25.14º63.25%91.76%-
XYZ46.239.3413.96-
YUV166.6582.49176.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 86 (33.98% from 255) = 18.38%
R=50%
G=31.62%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341488600.370.630.0825.1477.8962.75
HexEA94560253F8194e3f
Octal35222412604577103111677
Binary1110101010010100101011001001011111111000110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9456; }

 p { color: rgb(234,148,86); }

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

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

 a { background-color: rgb(234,148,86); }

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

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

 span { border-color: rgb(234,148,86); }

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