#ED8B6F

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

Shades of Dark Salmon #ED8B6F

Tints of Dark Salmon #ED8B6F

Color information

#ED8B6F (or 0xED8B6F) is unknown color: approx Dark Salmon. HEX triplet: ED, 8B and 6F. RGB value is (237,139,111). Sum of RGB (Red+Green+Blue) = 237+139+111=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B6F is #127490. Grayscale: #A5A5A5. Windows color (decimal): -1209489 or 7310317. OLE color: 7310317.

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

Color convert

RGB237139111-
CMYK00.410.530.07
HSL13.33º77.78%68.24%-
HSV(B)13.33º53.16%92.94%-
XYZ47.0337.6219.82-
YUV165.1197.47179.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=48.67%
G=28.54%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713911100.410.530.0713.3377.7868.24
HexED8B6F029357d4e44
Octal35521315705165715116104
Binary111011011000101111011110101001110101111110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B6F; }

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

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

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

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

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

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

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

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