#EC907B

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

Shades of Dark Salmon #EC907B

Tints of Dark Salmon #EC907B

Color information

#EC907B (or 0xEC907B) is unknown color: approx Dark Salmon. HEX triplet: EC, 90 and 7B. RGB value is (236,144,123). Sum of RGB (Red+Green+Blue) = 236+144+123=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC907B is #136F84. Grayscale: #A9A9A9. Windows color (decimal): -1273733 or 8098028. OLE color: 8098028.

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

Color convert

RGB236144123-
CMYK00.390.480.07
HSL11.15º74.83%70.39%-
HSV(B)11.15º47.88%92.55%-
XYZ48.1439.2123.77-
YUV169.11101.98175.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=46.92%
G=28.63%
B=24.45%

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
Decimal23614412300.390.480.0711.1574.8370.39
HexEC907B027307b4b46
Octal35422017304760713113106
Binary111011001001000011110110100111110000111101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC907B; }

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

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

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

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

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

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

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

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