#EA8F49

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

Shades of Sea Buckthorn #EA8F49

Tints of Sea Buckthorn #EA8F49

Color information

#EA8F49 (or 0xEA8F49) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 8F and 49. RGB value is (234,143,73). Sum of RGB (Red+Green+Blue) = 234+143+73=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F49 is #1570B6. Grayscale: #A2A2A2. Windows color (decimal): -1405111 or 4820970. OLE color: 4820970.

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

Color convert

RGB23414373-
CMYK00.390.690.08
HSL26.09º79.31%60.2%-
HSV(B)26.09º68.8%91.76%-
XYZ44.9637.6211.19-
YUV162.2377.65179.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 73 (28.91% from 255) = 16.22%
R=52%
G=31.78%
B=16.22%

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
Decimal2341437300.390.690.0826.0979.3160.2
HexEA8F490274581a4f3c
Octal352217111047105103211774
Binary11101010100011111001001010011110001011000110101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F49; }

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

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

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

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

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

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

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

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