#EA977D

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

Shades of Dark Salmon #EA977D

Tints of Dark Salmon #EA977D

Color information

#EA977D (or 0xEA977D) is unknown color: approx Dark Salmon. HEX triplet: EA, 97 and 7D. RGB value is (234,151,125). Sum of RGB (Red+Green+Blue) = 234+151+125=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA977D is #156882. Grayscale: #ADADAD. Windows color (decimal): -1403011 or 8230890. OLE color: 8230890.

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

Color convert

RGB234151125-
CMYK00.350.470.08
HSL14.31º72.19%70.39%-
HSV(B)14.31º46.58%91.76%-
XYZ48.741.1124.77-
YUV172.85101171.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=45.88%
G=29.61%
B=24.51%

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
Decimal23415112500.350.470.0814.3172.1970.39
HexEA977D0232F8e4846
Octal352227175043571016110106
Binary1110101010010111111110101000111011111000111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA977D; }

 p { color: rgb(234,151,125); }

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

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

 a { background-color: rgb(234,151,125); }

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

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

 span { border-color: rgb(234,151,125); }

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