#ED9169

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

Shades of Dark Salmon #ED9169

Tints of Dark Salmon #ED9169

Color information

#ED9169 (or 0xED9169) is unknown color: approx Dark Salmon. HEX triplet: ED, 91 and 69. RGB value is (237,145,105). Sum of RGB (Red+Green+Blue) = 237+145+105=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9169 is #126E96. Grayscale: #A8A8A8. Windows color (decimal): -1207959 or 6918637. OLE color: 6918637.

HSL color Cylindrical-coordinate representation of color #ED9169: hue angle of 18.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED9169 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237145105-
CMYK00.390.560.07
HSL18.18º78.57%67.06%-
HSV(B)18.18º55.7%92.94%-
XYZ47.639.2818.44-
YUV167.9592.48177.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=48.67%
G=29.77%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714510500.390.560.0718.1878.5767.06
HexED9169027387124f43
Octal35522115104770722117103
Binary1110110110010001110100101001111110001111001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9169; }

 p { color: rgb(237,145,105); }

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

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

 a { background-color: rgb(237,145,105); }

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

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

 span { border-color: rgb(237,145,105); }

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