Html Css Color HEX #EC906C Dark Salmon

📋 copy color: '#EC906C'

red 236 ◦ green 144 ◦ blue 108

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

Shades of Dark Salmon #EC906C

Tints of Dark Salmon #EC906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 48.36%
G = 29.51%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC906C (or 0xEC906C) is known color: Dark Salmon. HEX triplet: EC, 90 and 6C. RGB value is (236,144,108). Sum of RGB (Red+Green+Blue) = 236+144+108=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906C is #136F93. Grayscale: #A7A7A7. Windows color (decimal): -1273748 or 7114988. OLE color: 7114988.

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

Color convert

RGB 236 144 108 -
CMYK 0 0.39 0.54 0.07
HSL 16.88º 0.77% 0.67% -
HSV(B) 16.88º 0.54% 0.93% -
XYZ 47.27 38.86 19.2 -
YUV 167.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 236 144 108 0 0.39 0.54 0.07 16.88 0.77 0.67
Hex EC 90 6C 0 27 36 7 11 4D 43
Octal 354 220 154 0 47 66 7 21 115 103
Binary 11101100 10010000 1101100 0 100111 110110 111 10001 1001101 1000011

Color Harmonies of #EC906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC906C

Black with #EC906C

Text Example


Text Example

White with #EC906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC906C; }

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

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

background-color css

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

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

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

border-color css

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

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

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