#ED8D6A

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

Shades of Dark Salmon #ED8D6A

Tints of Dark Salmon #ED8D6A

Color information

#ED8D6A (or 0xED8D6A) is unknown color: approx Dark Salmon. HEX triplet: ED, 8D and 6A. RGB value is (237,141,106). Sum of RGB (Red+Green+Blue) = 237+141+106=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D6A is #127295. Grayscale: #A5A5A5. Windows color (decimal): -1208982 or 6983149. OLE color: 6983149.

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

Color convert

RGB237141106-
CMYK00.410.550.07
HSL16.03º78.44%67.25%-
HSV(B)16.03º55.27%92.94%-
XYZ47.0538.0918.51-
YUV165.7194.3178.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=48.97%
G=29.13%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714110600.410.550.0716.0378.4467.25
HexED8D6A029377104e43
Octal35521515205167720116103
Binary1110110110001101110101001010011101111111000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D6A; }

 p { color: rgb(237,141,106); }

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

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

 a { background-color: rgb(237,141,106); }

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

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

 span { border-color: rgb(237,141,106); }

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