#EC906A

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

Shades of Dark Salmon #EC906A

Tints of Dark Salmon #EC906A

Color information

#EC906A (or 0xEC906A) is unknown color: approx Dark Salmon. HEX triplet: EC, 90 and 6A. RGB value is (236,144,106). Sum of RGB (Red+Green+Blue) = 236+144+106=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906A is #136F95. Grayscale: #A7A7A7. Windows color (decimal): -1273750 or 6983916. OLE color: 6983916.

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

Color convert

RGB236144106-
CMYK00.390.550.07
HSL17.54º77.38%67.06%-
HSV(B)17.54º55.08%92.55%-
XYZ47.1738.8218.64-
YUV167.1893.48177.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=48.56%
G=29.63%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614410600.390.550.0717.5477.3867.06
HexEC906A027377124d43
Octal35422015204767722115103
Binary1110110010010000110101001001111101111111001010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC906A; }

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

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

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

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

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

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

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

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