#ED9A81

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

Shades of Dark Salmon #ED9A81

Tints of Dark Salmon #ED9A81

Color information

#ED9A81 (or 0xED9A81) is unknown color: approx Dark Salmon. HEX triplet: ED, 9A and 81. RGB value is (237,154,129). Sum of RGB (Red+Green+Blue) = 237+154+129=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A81 is #12657E. Grayscale: #B0B0B0. Windows color (decimal): -1205631 or 8493805. OLE color: 8493805.

HSL color Cylindrical-coordinate representation of color #ED9A81: hue angle of 13.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9A81 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237154129-
CMYK00.350.460.07
HSL13.89º75%71.76%-
HSV(B)13.89º45.57%92.94%-
XYZ50.4442.726.35-
YUV175.97101.5171.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=45.58%
G=29.62%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715412900.350.460.0713.897571.76
HexED9A810232E7e4b48
Octal35523220104356716113110
Binary1110110110011010100000010100011101110111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A81; }

 p { color: rgb(237,154,129); }

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

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

 a { background-color: rgb(237,154,129); }

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

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

 span { border-color: rgb(237,154,129); }

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