#EA8E49

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

Shades of Sea Buckthorn #EA8E49

Tints of Sea Buckthorn #EA8E49

Color information

#EA8E49 (or 0xEA8E49) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 8E and 49. RGB value is (234,142,73). Sum of RGB (Red+Green+Blue) = 234+142+73=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E49 is #1571B6. Grayscale: #A2A2A2. Windows color (decimal): -1405367 or 4820714. OLE color: 4820714.

HSL color Cylindrical-coordinate representation of color #EA8E49: hue angle of 25.71º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA8E49 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23414273-
CMYK00.390.690.08
HSL25.71º79.31%60.2%-
HSV(B)25.71º68.8%91.76%-
XYZ44.8137.3211.15-
YUV161.6477.98179.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=52.12%
G=31.63%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341427300.390.690.0825.7179.3160.2
HexEA8E490274581a4f3c
Octal352216111047105103211774
Binary11101010100011101001001010011110001011000110101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E49; }

 p { color: rgb(234,142,73); }

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

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

 a { background-color: rgb(234,142,73); }

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

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

 span { border-color: rgb(234,142,73); }

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