#E0977B

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

Shades of Dark Salmon #E0977B

Tints of Dark Salmon #E0977B

Color information

#E0977B (or 0xE0977B) is unknown color: approx Dark Salmon. HEX triplet: E0, 97 and 7B. RGB value is (224,151,123). Sum of RGB (Red+Green+Blue) = 224+151+123=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0977B is #1F6884. Grayscale: #A9A9A9. Windows color (decimal): -2058373 or 8099808. OLE color: 8099808.

HSL color Cylindrical-coordinate representation of color #E0977B: hue angle of 16.63º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0977B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224151123-
CMYK00.330.450.12
HSL16.63º61.96%68.04%-
HSV(B)16.63º45.09%87.84%-
XYZ45.3839.4123.95-
YUV169.64101.68166.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=44.98%
G=30.32%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415112300.330.450.1216.6361.9668.04
HexE0977B0212DC113e44
Octal34022717304155142176104
Binary1110000010010111111101101000011011011100100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0977B; }

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

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

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

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

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

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

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

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