#EC917B

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

Shades of Dark Salmon #EC917B

Tints of Dark Salmon #EC917B

Color information

#EC917B (or 0xEC917B) is unknown color: approx Dark Salmon. HEX triplet: EC, 91 and 7B. RGB value is (236,145,123). Sum of RGB (Red+Green+Blue) = 236+145+123=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC917B is #136E84. Grayscale: #A9A9A9. Windows color (decimal): -1273477 or 8098284. OLE color: 8098284.

HSL color Cylindrical-coordinate representation of color #EC917B: hue angle of 11.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC917B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236145123-
CMYK00.390.480.07
HSL11.68º74.83%70.39%-
HSV(B)11.68º47.88%92.55%-
XYZ48.2939.5123.82-
YUV169.7101.65175.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.83%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=46.83%
G=28.77%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614512300.390.480.0711.6874.8370.39
HexEC917B027307c4b46
Octal35422117304760714113106
Binary111011001001000111110110100111110000111110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC917B; }

 p { color: rgb(236,145,123); }

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

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

 a { background-color: rgb(236,145,123); }

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

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

 span { border-color: rgb(236,145,123); }

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