#ED9B6C

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

Shades of Dark Salmon #ED9B6C

Tints of Dark Salmon #ED9B6C

Color information

#ED9B6C (or 0xED9B6C) is unknown color: approx Dark Salmon. HEX triplet: ED, 9B and 6C. RGB value is (237,155,108). Sum of RGB (Red+Green+Blue) = 237+155+108=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9B6C is #126493. Grayscale: #AEAEAE. Windows color (decimal): -1205396 or 7117805. OLE color: 7117805.

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

Color convert

RGB237155108-
CMYK00.350.540.07
HSL21.86º78.18%67.65%-
HSV(B)21.86º54.43%92.94%-
XYZ49.3542.5319.8-
YUV174.1690.67172.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=47.4%
G=31%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715510800.350.540.0721.8678.1867.65
HexED9B6C023367164e44
Octal35523315404366726116104
Binary1110110110011011110110001000111101101111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B6C; }

 p { color: rgb(237,155,108); }

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

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

 a { background-color: rgb(237,155,108); }

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

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

 span { border-color: rgb(237,155,108); }

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