#ED9281

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

Shades of Dark Salmon #ED9281

Tints of Dark Salmon #ED9281

Color information

#ED9281 (or 0xED9281) is unknown color: approx Dark Salmon. HEX triplet: ED, 92 and 81. RGB value is (237,146,129). Sum of RGB (Red+Green+Blue) = 237+146+129=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9281 is #126D7E. Grayscale: #ABABAB. Windows color (decimal): -1207679 or 8491757. OLE color: 8491757.

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

Color convert

RGB237146129-
CMYK00.380.460.07
HSL9.44º75%71.76%-
HSV(B)9.44º45.57%92.94%-
XYZ49.1740.1525.93-
YUV171.27104.15174.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=46.29%
G=28.52%
B=25.20%

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
Decimal23714612900.380.460.079.447571.76
HexED92810262E794b48
Octal35522220104656711113110
Binary1110110110010010100000010100110101110111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9281; }

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

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

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

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

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

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

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

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