#EA987C

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

Shades of Dark Salmon #EA987C

Tints of Dark Salmon #EA987C

Color information

#EA987C (or 0xEA987C) is unknown color: approx Dark Salmon. HEX triplet: EA, 98 and 7C. RGB value is (234,152,124). Sum of RGB (Red+Green+Blue) = 234+152+124=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA987C is #156783. Grayscale: #ADADAD. Windows color (decimal): -1402756 or 8165610. OLE color: 8165610.

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

Color convert

RGB234152124-
CMYK00.350.470.08
HSL15.27º72.37%70.2%-
HSV(B)15.27º47.01%91.76%-
XYZ48.841.424.49-
YUV173.33100.17171.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 124 (48.83% from 255) = 24.31%
R=45.88%
G=29.80%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415212400.350.470.0815.2772.3770.2
HexEA987C0232F8f4846
Octal352230174043571017110106
Binary1110101010011000111110001000111011111000111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA987C; }

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

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

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

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

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

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

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

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