#ED8A6F

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

Shades of Dark Salmon #ED8A6F

Tints of Dark Salmon #ED8A6F

Color information

#ED8A6F (or 0xED8A6F) is unknown color: approx Dark Salmon. HEX triplet: ED, 8A and 6F. RGB value is (237,138,111). Sum of RGB (Red+Green+Blue) = 237+138+111=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A6F is #127590. Grayscale: #A4A4A4. Windows color (decimal): -1209745 or 7310061. OLE color: 7310061.

HSL color Cylindrical-coordinate representation of color #ED8A6F: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8A6F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237138111-
CMYK00.420.530.07
HSL12.86º77.78%68.24%-
HSV(B)12.86º53.16%92.94%-
XYZ46.8837.3319.77-
YUV164.5297.8179.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=48.77%
G=28.40%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713811100.420.530.0712.8677.7868.24
HexED8A6F02A357d4e44
Octal35521215705265715116104
Binary111011011000101011011110101010110101111110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A6F; }

 p { color: rgb(237,138,111); }

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

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

 a { background-color: rgb(237,138,111); }

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

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

 span { border-color: rgb(237,138,111); }

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