#ED9381

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

Shades of Dark Salmon #ED9381

Tints of Dark Salmon #ED9381

Color information

#ED9381 (or 0xED9381) is unknown color: approx Dark Salmon. HEX triplet: ED, 93 and 81. RGB value is (237,147,129). Sum of RGB (Red+Green+Blue) = 237+147+129=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9381 is #126C7E. Grayscale: #ACACAC. Windows color (decimal): -1207423 or 8492013. OLE color: 8492013.

HSL color Cylindrical-coordinate representation of color #ED9381: hue angle of 10º 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 #ED9381 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237147129-
CMYK00.380.460.07
HSL10º75%71.76%-
HSV(B)10º45.57%92.94%-
XYZ49.3240.4625.98-
YUV171.86103.82174.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=46.20%
G=28.65%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714712900.380.460.07107571.76
HexED93810262E7a4b48
Octal35522320104656712113110
Binary1110110110010011100000010100110101110111101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9381; }

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

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

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

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

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

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

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

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