Html Css Color HEX #EC907C Dark Salmon

📋 copy color: '#EC907C'

red 236 ◦ green 144 ◦ blue 124

#EC907C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EC907C

Tints of Dark Salmon #EC907C

RGB

 RED value IS 236 (92.58% from 255) = 46.83%

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 46.83%
G = 28.57%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC907C (or 0xEC907C) is known color: Dark Salmon. HEX triplet: EC, 90 and 7C. RGB value is (236,144,124). Sum of RGB (Red+Green+Blue) = 236+144+124=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC907C is #136F83. Grayscale: #A9A9A9. Windows color (decimal): -1273732 or 8163564. OLE color: 8163564.

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

Color convert

RGB 236 144 124 -
CMYK 0 0.39 0.47 0.07
HSL 10.71º 0.75% 0.71% -
HSV(B) 10.71º 0.47% 0.93% -
XYZ 48.2 39.23 24.1 -
YUV 169.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 236 144 124 0 0.39 0.47 0.07 10.71 0.75 0.71
Hex EC 90 7C 0 27 2F 7 B 4B 47
Octal 354 220 174 0 47 57 7 13 113 107
Binary 11101100 10010000 1111100 0 100111 101111 111 1011 1001011 1000111

Color Harmonies of #EC907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC907C

Black with #EC907C

Text Example


Text Example

White with #EC907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC907C; }

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

 H1.HeaderClassName
 {
   color: #EC907C;
 }
 .AnyTagClassName
 {
   color: #EC907C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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