#EA9256

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

Shades of Sea Buckthorn #EA9256

Tints of Sea Buckthorn #EA9256

Color information

#EA9256 (or 0xEA9256) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 92 and 56. RGB value is (234,146,86). Sum of RGB (Red+Green+Blue) = 234+146+86=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9256 is #156DA9. Grayscale: #A5A5A5. Windows color (decimal): -1404330 or 5673706. OLE color: 5673706.

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

Color convert

RGB23414686-
CMYK00.380.630.08
HSL24.32º77.89%62.75%-
HSV(B)24.32º63.25%91.76%-
XYZ45.8938.7213.86-
YUV165.4783.15176.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=50.21%
G=31.33%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341468600.380.630.0824.3277.8962.75
HexEA92560263F8184e3f
Octal35222212604677103011677
Binary1110101010010010101011001001101111111000110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9256; }

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

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

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

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

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

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

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

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