#e09977

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

Shades of Dark Salmon #E09977

Tints of Dark Salmon #E09977

Color information

#E09977 (or 0xE09977) is unknown color: approx Dark Salmon. HEX triplet: E0, 99 and 77. RGB value is (224,153,119). Sum of RGB (Red+Green+Blue) = 224+153+119=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E09977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09977 is #1F6688. Grayscale: #AAAAAA. Windows color (decimal): -2057865 or 7838176. OLE color: 7838176.

HSL color Cylindrical-coordinate representation of color #E09977: hue angle of 19.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E09977 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224153119-
CMYK00.320.470.12
HSL19.43º62.87%67.25%-
HSV(B)19.43º46.88%87.84%-
XYZ45.4639.9622.77-
YUV170.3599.02166.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=45.16%
G=30.85%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415311900.320.470.1219.4362.8767.25
HexE099770202FC133f43
Octal34023116704057142377103
Binary1110000010011001111011101000001011111100100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e09977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e09977; }

 p { color: rgb(224,153,119); }

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

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

 a { background-color: rgb(224,153,119); }

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

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

 span { border-color: rgb(224,153,119); }

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