#E09978

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

Shades of Dark Salmon #E09978

Tints of Dark Salmon #E09978

Color information

#E09978 (or 0xE09978) is unknown color: approx Dark Salmon. HEX triplet: E0, 99 and 78. RGB value is (224,153,120). Sum of RGB (Red+Green+Blue) = 224+153+120=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E09978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09978 is #1F6687. Grayscale: #AAAAAA. Windows color (decimal): -2057864 or 7903712. OLE color: 7903712.

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

Color convert

RGB224153120-
CMYK00.320.460.12
HSL19.04º62.65%67.45%-
HSV(B)19.04º46.43%87.84%-
XYZ45.5239.9923.09-
YUV170.4799.52166.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=45.07%
G=30.78%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415312000.320.460.1219.0462.6567.45
HexE099780202EC133f43
Octal34023117004056142377103
Binary1110000010011001111100001000001011101100100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09978; }

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

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

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

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

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

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

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

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