#EA9578

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

Shades of Dark Salmon #EA9578

Tints of Dark Salmon #EA9578

Color information

#EA9578 (or 0xEA9578) is unknown color: approx Dark Salmon. HEX triplet: EA, 95 and 78. RGB value is (234,149,120). Sum of RGB (Red+Green+Blue) = 234+149+120=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9578 is #156A87. Grayscale: #ABABAB. Windows color (decimal): -1403528 or 7902698. OLE color: 7902698.

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

Color convert

RGB234149120-
CMYK00.360.490.08
HSL15.26º73.08%69.41%-
HSV(B)15.26º48.72%91.76%-
XYZ48.0740.3423.02-
YUV171.1199.16172.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=46.52%
G=29.62%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414912000.360.490.0815.2673.0869.41
HexEA9578024318f4945
Octal352225170044611017111105
Binary1110101010010101111100001001001100011000111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9578; }

 p { color: rgb(234,149,120); }

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

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

 a { background-color: rgb(234,149,120); }

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

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

 span { border-color: rgb(234,149,120); }

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