#EA9049

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

Shades of Sea Buckthorn #EA9049

Tints of Sea Buckthorn #EA9049

Color information

#EA9049 (or 0xEA9049) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 90 and 49. RGB value is (234,144,73). Sum of RGB (Red+Green+Blue) = 234+144+73=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9049 is #156FB6. Grayscale: #A3A3A3. Windows color (decimal): -1404855 or 4821226. OLE color: 4821226.

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

Color convert

RGB23414473-
CMYK00.380.690.08
HSL26.46º79.31%60.2%-
HSV(B)26.46º68.8%91.76%-
XYZ45.1137.9211.25-
YUV162.8277.32178.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 73 (28.91% from 255) = 16.19%
R=51.88%
G=31.93%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341447300.380.690.0826.4679.3160.2
HexEA90490264581a4f3c
Octal352220111046105103211774
Binary11101010100100001001001010011010001011000110101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9049; }

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

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

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

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

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

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

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

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