#EC926D

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

Shades of Dark Salmon #EC926D

Tints of Dark Salmon #EC926D

Color information

#EC926D (or 0xEC926D) is unknown color: approx Dark Salmon. HEX triplet: EC, 92 and 6D. RGB value is (236,146,109). Sum of RGB (Red+Green+Blue) = 236+146+109=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC926D is #136D92. Grayscale: #A8A8A8. Windows color (decimal): -1273235 or 7181036. OLE color: 7181036.

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

Color convert

RGB236146109-
CMYK00.380.540.07
HSL17.48º76.97%67.65%-
HSV(B)17.48º53.81%92.55%-
XYZ47.6339.4919.58-
YUV168.6994.32176.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=48.07%
G=29.74%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614610900.380.540.0717.4876.9767.65
HexEC926D026367114d44
Octal35422215504666721115104
Binary1110110010010010110110101001101101101111000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC926D; }

 p { color: rgb(236,146,109); }

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

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

 a { background-color: rgb(236,146,109); }

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

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

 span { border-color: rgb(236,146,109); }

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