#e4977b

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

Shades of Dark Salmon #E4977B

Tints of Dark Salmon #E4977B

Color information

#E4977B (or 0xE4977B) is unknown color: approx Dark Salmon. HEX triplet: E4, 97 and 7B. RGB value is (228,151,123). Sum of RGB (Red+Green+Blue) = 228+151+123=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4977B is #1B6884. Grayscale: #ABABAB. Windows color (decimal): -1796229 or 8099812. OLE color: 8099812.

HSL color Cylindrical-coordinate representation of color #E4977B: hue angle of 16º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4977B is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228151123-
CMYK00.340.460.11
HSL16º66.04%68.82%-
HSV(B)16º46.05%89.41%-
XYZ46.6440.0624.01-
YUV170.83101.01168.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=45.42%
G=30.08%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815112300.340.460.111666.0468.82
HexE4977B0222EB104245
Octal344227173042561320102105
Binary11100100100101111111011010001010111010111000010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4977b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4977b; }

 p { color: rgb(228,151,123); }

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

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

 a { background-color: rgb(228,151,123); }

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

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

 span { border-color: rgb(228,151,123); }

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