#EA9873

Color #EA9873 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EA9873

Tints of Dark Salmon #EA9873

Color information

#EA9873 (or 0xEA9873) is unknown color: approx Dark Salmon. HEX triplet: EA, 98 and 73. RGB value is (234,152,115). Sum of RGB (Red+Green+Blue) = 234+152+115=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9873 is #15678C. Grayscale: #ACACAC. Windows color (decimal): -1402765 or 7575786. OLE color: 7575786.

HSL color Cylindrical-coordinate representation of color #EA9873: hue angle of 18.66º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA9873 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234152115-
CMYK00.350.510.08
HSL18.66º73.91%68.43%-
HSV(B)18.66º50.85%91.76%-
XYZ48.2541.1921.63-
YUV172.395.67172.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=46.71%
G=30.34%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415211500.350.510.0818.6673.9168.43
HexEA9873023338134a44
Octal352230163043631023112104
Binary11101010100110001110011010001111001110001001110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9873; }

 p { color: rgb(234,152,115); }

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

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

 a { background-color: rgb(234,152,115); }

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

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

 span { border-color: rgb(234,152,115); }

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